AddColumn
|
Adds a column to the underlying
ActiveData object.
|
AddRow
|
Adds a row to the underlying
ActiveData object.
|
Dispose
|
Cleans up the resources used by the object.
|
GetEnumerator
|
Returns an enumerator for the rows.
|
Item
|
Returns an
ActiveDataRow by index.
|
MoveNext
|
Advances the focus from the current
ActiveData row to the next row.
|
RemoveColumn
|
Removes a column from the underlying
ActiveData object.
|
RemoveRow
|
Removes a row from the underlying
ActiveData object.
|
RenameColumn
|
Renames a column in the
ActiveData object.
|
Reset
|
Moves the focus to the first row of the
ActiveData file.
|
Save
|
Saves the
ActiveData object.
|