ExternalWorkbook.Worksheets Property
Gets a collection of worksheets contained in the external workbook.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
IEnumerable<ExternalWorksheet> | A collection of ExternalWorksheet objects. |
See Also