Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic How to set TableNode.Cell's text from the server side ? (Read 2181 times)
ORiL
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 3
Joined: Aug 16th, 2011
How to set TableNode.Cell's text from the server side ?
Jun 19th, 2012 at 1:26pm
Print Post  
Hi,

I would like to know how to programatically set the text of a tablenode cell.
There is a property named "Item" from the TableNode class, referenced in the documentation (.NETDiagram 4.2), but it seems to be unavailable...

Thanks in advance !

PS : I use C#
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: How to set TableNode.Cell's text from the server side ?
Reply #1 - Jun 19th, 2012 at 2:10pm
Print Post  
Hi,

Use the [] operator to access table cells:

table[col, row].Text = "...";

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
ORiL
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 3
Joined: Aug 16th, 2011
Re: How to set TableNode.Cell's text from the server side ?
Reply #2 - Jun 19th, 2012 at 2:16pm
Print Post  
Pretty simple.

Thank you.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint