[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWorksheet.Type

Type Property

Type

Gets the sheet type.

Use this property to determine whether the current sheet is a regular worksheet or another supported sheet type, such as a chart sheet.

Declaration
SheetType Type { get; }
ReadOnly Property Type As SheetType
Examples
IWorksheet chartSheet = workbook.Worksheets.Add(SheetType.Chart);
SheetType type = chartSheet.Type;