XlsWorksheet
Type Property
|
Returns or sets the worksheet type.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
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
Type:
ExcelSheetType
Implements
IWorksheet
Type
See Also