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