Chameleon and Iguana Plugin C# Class Libraries

Table.GetDouble Method 

Get the double value at columnIndex and rowIndex.

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