OfficeIMO

API Reference

Class

ExcelRowSnapshot

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Immutable explicit row metadata discovered during inspection.

Inheritance

  • Object
  • ExcelRowSnapshot

Constructors

public ExcelRowSnapshot() #

Properties

public Int32 Index { get; set; } #

One-based row index.

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

Row height in points, when explicitly set.

public Boolean Hidden { get; set; } #

Whether the row is hidden.

public Boolean CustomHeight { get; set; } #

Whether the height was explicitly customized.