[]
Gets the item in the specified row.
public IEditableObject GetItem(int row)
Public Function GetItem(row As Integer) As IEditableObject
Type | Name | Description |
---|---|---|
int | row | Row index |
Type | Description |
---|---|
IEditableObject | The item in the specified row. |