Chameleon and Iguana Plugin C# Class Libraries

Table.SetInteger Method 

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

[Visual Basic]
Public Sub SetInteger( _
   ByVal ColumnIndex As Integer, _
   ByVal RowIndex As Integer, _
   ByVal Value As Integer _
)
[C#]
public void SetInteger(
   int ColumnIndex,
   int RowIndex,
   int 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