Class ExcelRow
- Namespace
- OfficeOpenXml
- Assembly
- Magicodes.EPPlus.dll
- Inheritance
-
ExcelRow
- Inherited Members
-
- Extension Methods
-
Properties
Collapsed
public bool Collapsed { get; set; }
Property Value
- bool
CustomHeight
public bool CustomHeight { get; set; }
Property Value
- bool
Height
public double Height { get; set; }
Property Value
- double
Hidden
public bool Hidden { get; set; }
Property Value
- bool
Merged
public bool Merged { get; set; }
Property Value
- bool
OutlineLevel
public int OutlineLevel { get; set; }
Property Value
- int
PageBreak
public bool PageBreak { get; set; }
Property Value
- bool
Phonetic
public bool Phonetic { get; set; }
Property Value
- bool
Row
public int Row { get; set; }
Property Value
- int
RowID
[Obsolete]
public ulong RowID { get; }
Property Value
- ulong
Style
public ExcelStyle Style { get; }
Property Value
- ExcelStyle
StyleID
public int StyleID { get; set; }
Property Value
- int
StyleName
public string StyleName { get; set; }
Property Value
- string