API Reference
Class
LegacyXlsRowLayout
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
- Property LegacyXlsWorksheet.Rows
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
- One-based row index.
- height System.Double
- Row height in points.
- hidden System.Boolean
- Whether the row is hidden.
- customHeight System.Boolean
- Whether the height was manually set.
- styleIndex System.Nullable{System.UInt16} = null
- Default legacy XF style index for the row, when present.
- outlineLevel System.Byte = 0
- Excel outline level from 0 through 7.
- collapsed System.Boolean = false
- Whether the row is shown as collapsed.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 Row { get; } #Gets the one-based row index.
public Double Height { get; } #Gets the row height in points.
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.