Chameleon and Iguana Plugin C# Class Libraries

Table.GetInteger Method 

Get the integer value at columnIndex and rowIndex.

[Visual Basic]
Public Function GetInteger( _
   ByVal columnIndex As Integer, _
   ByVal rowIndex As Integer _
) As Integer
[C#]
public int GetInteger(
   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