[]
Gets the application-defined tag value for the specified cell, column, row, or entire sheet.
public object GetTag(int row, int column)
Public Function GetTag(row As Integer, column As Integer) As Object
Type | Name | Description |
---|---|---|
int | row | Row index |
int | column | Column index |
Type | Description |
---|---|
object | A tag value for the specified cell |