OfficeIMO

API Reference

Class

ExcelColumnSnapshot

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Immutable explicit column metadata discovered during inspection.

Inheritance

  • Object
  • ExcelColumnSnapshot

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.