Class XlsxRow
One row on a worksheet.
public sealed class XlsxRow
- Inheritance
-
XlsxRow
- Inherited Members
Constructors
- XlsxRow(int)
Creates a row.
Properties
- Cells
Gets the cells, in column order.
- Collapsed
Gets or sets whether the row is collapsed, which hides the outline level below it.
- HeightPoints
Gets or sets the row height in points, or null for Excel's default.
- Hidden
Gets or sets whether the row is hidden.
- Index
Gets the one-based row index.
- OutlineLevel
Gets or sets the outline level, zero for none.