[]
Sets the data associated with the specified row or column. (This implementation does nothing.)
public virtual void SetTag(int index, object value)
Public Overridable Sub SetTag(index As Integer, value As Object)
Type | Name | Description |
---|---|---|
int | index | Row or column index |
object | value | Object that contains data to associate with a specified row or column |