Returns or sets the worksheet type. Read-only ExcelSheetType.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
ExcelSheetType Type { get; }
ReadOnly Property Type As ExcelSheetType
Get
property ExcelSheetType Type {
ExcelSheetType get ();
}
abstract Type : ExcelSheetType with get
Property Value
Type:
ExcelSheetType
See Also