[]
        
(Showing Draft Content)

FarPoint.Web.Spread.SheetView.GetTag

GetTag Method

GetTag(int, int)

Gets the application-defined tag value for the specified cell, column, row, or entire sheet.

Declaration
public object GetTag(int row, int column)
Public 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