Spread for ASP.NET 12 Product Documentation
GetTag Method (ISheetAxisModel)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > ISheetAxisModel Interface : GetTag Method
Row or column index
Gets the data associated with the specified row or column.
Syntax
'Declaration
 
Function GetTag( _
   ByVal index As Integer _
) As Object
'Usage
 
Dim instance As ISheetAxisModel
Dim index As Integer
Dim value As Object
 
value = instance.GetTag(index)
object GetTag( 
   int index
)

Parameters

index
Row or column index
See Also

Reference

ISheetAxisModel Interface
ISheetAxisModel Members