Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public ExcelSheetType Type { get; }
Public ReadOnly Property Type As ExcelSheetType
	Get
public:
virtual property ExcelSheetType Type {
	ExcelSheetType get () sealed;
}
abstract Type : ExcelSheetType with get
override Type : ExcelSheetType with get

Property Value

ExcelSheetType

Implements

IWorksheet..::..Type

See Also