Static
$tStatic
nextGets the default cell format for cells in this row or column.
Any default properties of the cell's format will take their value from this format when getting a resolved format.
The default cell format for cells in this row or column.Gets or sets the value indicating whether the row or column is hidden. The Hidden state also controls the expanded state of rows or columns in outline groups. Basically, an outline group simply provides an easy way to hide and unhide all rows or columns in the group at the same time, via the expansion indicator. The value indicating whether the row or column is hidden.
[[InvalidOperationException]] From the stter if the object was removed from the worksheet.
Abstract
indexGets the 0-based index of the row or column in the worksheet. The 0-based index of the row or column in the worksheet.
Gets or sets the outline level for the row or column.
Microsoft Excel supports hierarchical grouping of rows and columns with a maximum of seven levels of hierarchy. To create a group, set adjacent rows or columns to same outline level. When rows or columns are grouped, an outline indicator will provide a visual representation of the outline level. In addition, an outline group has an expansion indicator at one end of the group, which allows the user to easily hide and unhide all rows or column in the group with a single click.
The outline level for the row or column.[[ArgumentOutOfRangeException]] The value assigned is outside the valid outline level range of 0 and 7.
[[InvalidOperationException]] From the stter if the object was removed from the worksheet.
[[hidden]]
Gets the resolved cell formatting for the cells in the row or column.
[[InvalidOperationException]] If the object was removed from the worksheet.
[[cellFormat]]
Static
compareStatic
compareStatic
equalsStatic
equalsStatic
getStatic
getStatic
getStatic
reference
Abstract base class for worksheet row and worksheet column.
See