GrapeCity.Xaml.Excel
GetSheetName Method


GrapeCity.Excel Namespace > IExcelWriter Interface : GetSheetName Method
The zero based sheet index used to locate the IExcelWorksheet instance
Gets the name of the sheet.
Syntax
'Declaration
 
Function GetSheetName( _
   ByVal sheet As Integer _
) As String
'Usage
 
Dim instance As IExcelWriter
Dim sheet As Integer
Dim value As String
 
value = instance.GetSheetName(sheet)
string GetSheetName( 
   int sheet
)

Parameters

sheet
The zero based sheet index used to locate the IExcelWorksheet instance

Return Value

The sheet name
See Also

Reference

IExcelWriter Interface
IExcelWriter Members