Spread Silverlight Documentation
GetSheetCount Method


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

Return Value

The sheets count of the current workbook
See Also

Reference

IExcelWriter Interface
IExcelWriter Members