API Reference
Class
ExcelWorkbookSnapshot
Immutable workbook inspection snapshot exposed by OfficeIMO.Excel for downstream integrations.
Inheritance
- Object
- ExcelWorkbookSnapshot
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public ExcelWorkbookSnapshot() #Inherited Methods
Properties
public String Title { get; set; } #Workbook title, when present in package properties.
public String FilePath { get; set; } #File path associated with the workbook, when the document was created from a path.
public IReadOnlyList<ExcelWorksheetSnapshot> Worksheets { get; } #Worksheets in workbook order.
public IReadOnlyList<ExcelNamedRangeSnapshot> NamedRanges { get; } #Workbook and sheet-local named ranges discovered during inspection.