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