[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.BaseSheetDataModel.GetTag

GetTag Method

GetTag(int, int)

Gets the application data for a cell at a specified row and column.

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

Row index

int column

Column index

Returns
Type Description
object

Object with application data

Implements