Chameleon and Iguana Plugin C# Class Libraries

Table.SetDate Method 

Set the value at ColumnIndex and RowIndex to the date/time Value.

[Visual Basic]
Public Sub SetDate( _
   ByVal ColumnIndex As Integer, _
   ByVal RowIndex As Integer, _
   ByVal Date As ChameleonDateTime _
)
[C#]
public void SetDate(
   int ColumnIndex,
   int RowIndex,
   ChameleonDateTime Date
);

Remarks

See http://www.interfaceware.com/manual/table_properties.html for more information on table data types.

See Also

Table Class | iNTERFACEWARE.Chameleon Namespace