[]
Gets an application-defined tag value for the cell of the specified row and column.
public override object GetTag(int row, int column)
Public Overrides Function GetTag(row As Integer, column As Integer) As Object
Type | Name | Description |
---|---|---|
int | row | Row index of cell in model |
int | column | Column index of cell in model |
Type | Description |
---|---|
object | Object with application data |