[]
Sets the application data associated with the cell at the specified row and column.
void SetTag(int row, int column, object value)
Sub SetTag(row As Integer, column As Integer, value As Object)
Type | Name | Description |
---|---|---|
int | row | Row index |
int | column | Column index |
object | value | Data to associate with cell |