Spread for ASP.NET 12 Product Documentation
GetTabText Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : GetTabText Method
Index of the specified sheet
Gets the text of the sheet name tab at the specified sheet in the Spread component.
Syntax
'Declaration
 
Public Function GetTabText( _
   ByVal index As Integer _
) As String
'Usage
 
Dim instance As FpSpread
Dim index As Integer
Dim value As String
 
value = instance.GetTabText(index)
public string GetTabText( 
   int index
)

Parameters

index
Index of the specified sheet
See Also

Reference

FpSpread Class
FpSpread Members