OfficeIMO

API Reference

Class

ExcelTableSnapshot

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Immutable table metadata discovered during inspection.

Inheritance

  • Object
  • ExcelTableSnapshot

Constructors

Properties

public String Name { get; set; } #

Table name.

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.