API Reference

Class

ExcelTableColumnInfo

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Represents a column inside an Excel table.

Inheritance

  • Object
  • ExcelTableColumnInfo

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 ExcelTableColumnInfo(Int32 index, String name, String totalsRowFunction = null) #

Initializes a new instance of the ExcelTableColumnInfo class.

Parameters

index System.Int32 requiredposition: 0
1-based column index inside the table.
name System.String requiredposition: 1
Column name.
totalsRowFunction System.String = null optionalposition: 2
Totals row function name, when one is assigned.

Properties

public Int32 Index { get; } #

1-based column index inside the table.

public String Name { get; } #

Column name.

public String TotalsRowFunction { get; } #

Totals row function name, when one is assigned.