GrapeCity.Xaml.Excel
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
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

IExcelWriter Interface
IExcelWriter Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options