Workbook
Worksheets Property
|
Returns a Sheets collection that represents all the worksheets in the specified workbook. Read-only Sheets object.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public WorksheetsCollection Worksheets { get; }
Public ReadOnly Property Worksheets As WorksheetsCollection
Get
public:
property WorksheetsCollection^ Worksheets {
WorksheetsCollection^ get ();
}
member Worksheets : WorksheetsCollection with get
Property Value
Type:
WorksheetsCollection
See Also