Chameleon and Iguana Plugin C# Class Libraries

Table.SetString Method 

Set the value at ColumnIndex and RowIndex to the string Value.

[Visual Basic]
Public Sub SetString( _
   ByVal ColumnIndex As Integer, _
   ByVal RowIndex As Integer, _
   ByVal Value As String _
)
[C#]
public void SetString(
   int ColumnIndex,
   int RowIndex,
   string Value
);

Remarks

See http://www.interfaceware.com/manual/table_properties.html for more information on table data types.

See Also

Table Class | iNTERFACEWARE.Chameleon Namespace