ExternalWorkbook.Worksheets Property
In This Article
Gets a collection of worksheets contained in the external workbook.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
IEnumerable<ExternalWorksheet> Worksheets { get; }
#Property Value
Type | Description |
---|---|
IEnumerable<External |
A collection of External |
See Also