[]
Gets the application data for a cell at the specified row and column.
object GetTag(int row, int column)
Function GetTag(row As Integer, column As Integer) As Object
Type | Name | Description |
---|---|---|
int | row | Row index |
int | column | Column index |
Type | Description |
---|---|
object | Object with application data |