API Reference
Class
ExcelWorkbookSnapshot
Immutable workbook inspection snapshot exposed by OfficeIMO.Excel for downstream integrations.
Inheritance
- Object
- ExcelWorkbookSnapshot
Constructors
public ExcelWorkbookSnapshot() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.