API Reference

Class

LegacyXlsRowLayout

Namespace OfficeIMO.Excel.LegacyXls.Model
Assembly OfficeIMO.Excel
Modifiers sealed

Represents formatting and visibility metadata for a legacy XLS row.

Inheritance

  • Object
  • LegacyXlsRowLayout

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 LegacyXlsRowLayout(Int32 row, Double height, Boolean hidden, Boolean customHeight, Nullable<UInt16> styleIndex = null, Byte outlineLevel = 0, Boolean collapsed = false) #

Creates legacy row layout metadata.

Parameters

row System.Int32 requiredposition: 0
One-based row index.
height System.Double requiredposition: 1
Row height in points.
hidden System.Boolean requiredposition: 2
Whether the row is hidden.
customHeight System.Boolean requiredposition: 3
Whether the height was manually set.
styleIndex System.Nullable{System.UInt16} = null optionalposition: 4
Default legacy XF style index for the row, when present.
outlineLevel System.Byte = 0 optionalposition: 5
Excel outline level from 0 through 7.
collapsed System.Boolean = false optionalposition: 6
Whether the row is shown as collapsed.

Properties

public Int32 Row { get; } #

Gets the one-based row index.

public Double Height { get; } #

Gets the row height in points.

public Boolean Hidden { get; } #

Gets whether the row is hidden.

public Boolean CustomHeight { get; } #

Gets whether the height was manually set.

public Nullable<UInt16> StyleIndex { get; } #

Gets the default legacy XF style index for the row, when present.

public Byte OutlineLevel { get; } #

Gets the Excel outline level from 0 through 7.

public Boolean Collapsed { get; } #

Gets whether the row is shown as collapsed.