Chameleon and Iguana Plugin C# Class Libraries

Table.SetDouble Method 

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

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