[]
Sets the data associated with the specified row or column.
public override void SetTag(int index, object value)
Public Overrides Sub SetTag(index As Integer, value As Object)
| Type | Name | Description |
|---|---|---|
| int | index | Row or column index |
| object | value | Object that contains data |