Chameleon and Iguana Plugin C# Class Libraries

Table.GetDate Method 

Get the date/time value at ColumnIndex and RowIndex.

[Visual Basic]
Public Function GetDate( _
   ByVal ColumnIndex As Integer, _
   ByVal RowIndex As Integer _
) As ChameleonDateTime
[C#]
public ChameleonDateTime GetDate(
   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