OfficeIMO

API Reference

Class

ExcelTableColumnSnapshot

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Immutable table-column metadata discovered during inspection.

Inheritance

  • Object
  • ExcelTableColumnSnapshot

Constructors

public ExcelTableColumnSnapshot() #

Properties

public Int32 Index { get; set; } #

One-based table column ordinal.

public String Name { get; set; } #

Column name shown in the table header.

public String TotalsRowFunction { get; set; } #

Totals-row function assigned to the column, when present.