TableGet
|
Name | Description | |
---|---|---|
![]() |
GetCustomData(Int32, Int32) | Returns the custom data value of the cell, column or row. Use a valid row index and pass the column index '-1' to get custom data for the row. Use a valid column index and pass the row index '-1' to get custom data for the column. |
![]() |
GetCustomData(Int32, Int32, String) | Returns the custom data value of the cell, column or row as key-value pair. Use a valid row index and pass the column index '-1' to get custom data for the row. Use a valid column index and pass the row index '-1' to get custom data for the column. |