API Reference

Class

ExcelRowSnapshot

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Immutable explicit row metadata discovered during inspection.

Inheritance

  • Object
  • ExcelRowSnapshot

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

public Boolean CustomFormat { get; set; } #

Whether the row has an explicit row style.

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

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

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

Excel outline level for grouped rows, when set.

public Boolean Collapsed { get; set; } #

Whether this row carries Excel's collapsed outline marker.