API Reference
Class
ExcelRowSnapshot
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
- Method ExcelSheet.GetRowDefinitions
- Property ExcelWorksheetSnapshot.Rows
Constructors
public ExcelRowSnapshot() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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 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.