Description
The RowProperties class represents a single row in a worksheet. To return a RowProperties
object, use Worksheet.GetRowProperties.
C#
vb.net
Examples
C#
vb.net
Properties
Name |
Description |
---|---|
Sets or returns the height of the row in points (1/72 of an inch). | |
Sets or returns whether or not the row will be hidden when the workbook is opened in Excel. | |
Sets or returns whether the row's outlined row group is collapsed. If the outline is collapsed, the row is hidden. | |
Sets or returns the outline level of the row, as a value between 0 and 7. The outline level is used to control grouping in Excel. For example, to group several rows, set their outline levels to 1; to group a subset of rows within the group, set their outline levels to 2. | |
Returns the row's 0-based index. | |
Sets or returns a Style object that determines how cells in the row look, including number format, font, orientation, etc. Accessing this style will not affect the formatting of other cells with the same global style. |
Methods
Name |
Description |
---|---|
Applies a style to the row. | |
Sets the width of the row to the height of the tallest cell value in the row. |