[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.BaseSheetAxisModel.GetTag

GetTag Method

GetTag(int)

Gets the data associated with the specified row or column. (This implementation always returns null.)

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

Row or column index

Returns
Type Description
object
Implements