[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.GroupDataModel.GetTag

GetTag Method

GetTag(int, int)

Gets an application-defined tag value for the cell of the specified row and column.

Declaration
public override object GetTag(int row, int column)
Public Overrides Function GetTag(row As Integer, column As Integer) As Object
Parameters
Type Name Description
int row

Row index of the cell in the model

int column

Column index of the cell in the model

Returns
Type Description
object
Overrides
Implements