Chameleon and Iguana Plugin C# Class Libraries

Table.GetString Method 

Get the string value at columnIndex and rowIndex.

[Visual Basic]
Public Function GetString( _
   ByVal columnIndex As Integer, _
   ByVal rowIndex As Integer _
) As String
[C#]
public string GetString(
   int columnIndex,
   int rowIndex
);

Remarks

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

See Also

Table Class | iNTERFACEWARE.Chameleon Namespace