[]
Sets an application-defined tag value for the cell of the specified row and column.
public override void SetTag(int row, int column, object value)
Public Overrides Sub SetTag(row As Integer, column As Integer, value As Object)
Type | Name | Description |
---|---|---|
int | row | Row index of the cell in the model |
int | column | Column index of the cell in the model |
object | value | Tag value to set |