[]
Sets the application data for a cell at a specified row and column.
public virtual void SetTag(int row, int column, object value)
Public Overridable 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 |