IXlRow Properties
Represents a single row in a worksheet.| Name | Description |
|---|---|
| Formatting | Gets or sets format characteristics of the row. |
| HeightInPixels | Gets or sets the row height in pixels. |
| HeightInPoints | Gets or sets the row height in points. |
| IsCollapsed | Gets or sets a value indicating whether the group related to this summary row is collapsed. |
| IsHidden | Gets or sets whether the row is visible or hidden. |
| RowIndex | Gets the zero-based index of the current row. |
See Also