DataGrid REALbasic Plugin |
|
DataGridIndex.Item Method
Use this property to get the count of object in the indexer.
Item(
n as Integer) as Integer
Parameters
- n
- The item to read from the indexer. (This is 1 based, that is the first item is 1).
Returns
- Integer
Remarks
See Also
DataGridIndex Class