Public Properties Public Methods
Public Methods
Public Properties
Gets the default cell format for cells in this row or column. Syntax Property Value The default cell format for cells in this row or column. Remarks Any default properties of the cells format will take their value from this format when getting a resolved format.
Gets the resolved cell formatting for the cells in the row or column. Syntax Return Value A format object describing the actual formatting that will be used when displayed the row or column in Microsoft Excel. Exceptions Exception Description System.InvalidOperationException If the object was removed from the work...
Gets or sets the value indicating whether the row or column is hidden. Syntax Property Value The value indicating whether the row or column is hidden. Exceptions Exception Description System.InvalidOperationException From the stter if the object was removed from the worksheet. Remarks The Hidden state also control...
Gets the 0-based index of the row or column in the worksheet. Syntax Property Value The 0-based index of the row or column in the worksheet.
Gets or sets the outline level for the row or column. Syntax Property Value The outline level for the row or column. Exceptions Exception Description System.ArgumentOutOfRangeException The value assigned is outside the valid outline level range of 0 and 7. System.InvalidOperationException From the stter if the obj...
Gets the worksheet to which the row or column belongs. Syntax Property Value The worksheet to which the row or column belongs.
Base class for row collection and column collection. Syntax Type Parameters T The type of item contained in the collection.