GrapeCity.Xaml.Excel
GetSheetCount Method


GrapeCity.Excel Namespace > IExcelWriter Interface : GetSheetCount Method
Gets the sheets count of the current workbook
Syntax
'Declaration
 
Function GetSheetCount() As Integer
'Usage
 
Dim instance As IExcelWriter
Dim value As Integer
 
value = instance.GetSheetCount()
int GetSheetCount()

Return Value

The sheets count of the current workbook
See Also

Reference

IExcelWriter Interface
IExcelWriter Members