Table.SetTextString Method

Sets the text string of the specified cell.
Public Sub SetTextString( _ 
ByVal row As Integer, _ 
ByVal col As Integer, _ 
ByVal text As String
)
This language is not supported or no code example is available.
public void SetTextString( 
int row
int col
string text 
)
This language is not supported or no code example is available.

Parameters

row
int

Row index

col
int

Column index

text
string

Text string

Remarks
 
Call EntityList.Regen after changing this value.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition