API Reference

Class

ExcelColumnSnapshot

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Immutable explicit column metadata discovered during inspection.

Inheritance

  • Object
  • ExcelColumnSnapshot

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

public ExcelColumnSnapshot() #

Properties

public Int32 StartIndex { get; set; } #

One-based starting column index covered by the definition.

public Int32 EndIndex { get; set; } #

One-based ending column index covered by the definition.

public Nullable<Double> Width { get; set; } #

Excel column width in character units, when explicitly set.

public Boolean Hidden { get; set; } #

Whether the definition represents a hidden column range.

public Boolean CustomWidth { get; set; } #

Whether the width was explicitly customized.

public Nullable<UInt32> StyleIndex { get; set; } #

Open XML style index assigned to the column definition, when present.

public Nullable<Byte> OutlineLevel { get; set; } #

Excel outline level for grouped columns, when set.

public Boolean Collapsed { get; set; } #

Whether this column range carries Excel's collapsed outline marker.