API Reference

Class

ExcelTableColumnSnapshot

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Immutable table-column metadata discovered during inspection.

Inheritance

  • Object
  • ExcelTableColumnSnapshot

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 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.