[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Workbook.SheetTabs

SheetTabs Property

SheetTabs

Gets a collection of sheet tabs contained in the workbook.

Declaration
public ISheetTabs SheetTabs { get; }
Public ReadOnly Property SheetTabs As ISheetTabs
Property Value
Type Description
ISheetTabs

The collection of sheet tabs.

Implements