GrapeCity.Wpf.SpreadSheet Namespace / GcSpreadSheet Class / Sheets Property


In This Topic
Sheets Property (GcSpreadSheet)
In This Topic
Gets a SheetInfoCollection object for the sheets of the GcSpreadSheet.
Syntax
'Declaration
 
<CategoryAttribute("Workbook")>
Public ReadOnly Property Sheets As SheetInfoCollection
 
'Usage
 
Dim instance As GcSpreadSheet
Dim value As SheetInfoCollection
 
value = instance.Sheets
See Also