API Reference
Class
ExcelTableSnapshot
Immutable table metadata discovered during inspection.
Inheritance
- Object
- ExcelTableSnapshot
Constructors
public ExcelTableSnapshot() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String A1Range { get; set; } #Table range in A1 notation.
public Int32 StartRow { get; set; } #One-based starting row of the table range.
public Int32 EndRow { get; set; } #One-based ending row of the table range.
public Int32 StartColumn { get; set; } #One-based starting column of the table range.
public Int32 EndColumn { get; set; } #One-based ending column of the table range.
public String StyleName { get; set; } #Table style name, when present.
public Boolean HasHeaderRow { get; set; } #Whether the table has a header row.
public Boolean TotalsRowShown { get; set; } #Whether the table shows a totals/footer row.
public ExcelAutoFilterSnapshot AutoFilter { get; set; } #Table-scoped auto filter metadata, when present.
public IReadOnlyList<ExcelTableColumnSnapshot> Columns { get; } #Table columns discovered during inspection.