Row Properties
A row in a worksheet.Name | Description |
---|---|
Alignment | Provides access to cell alignment. Inherited from Formatting. |
Areas |
Provides access to the ranges that comprise a complex (union) range.
Inherited from Cell |
Array |
Gets or sets the array formula associated with the cell or cell range.
Inherited from Cell |
Array |
Gets or sets the array formula in the invariant culture.
Inherited from Cell |
Borders | Provides access to cell borders. Inherited from Formatting. |
Bottom |
Gets the index of the row that includes the bottom edge of the cell range.
Inherited from Cell |
Column |
Gets the number of columns in the cell range.
Inherited from Cell |
Column |
Gets or sets the width of columns that contain this cell range.
Inherited from Cell |
Column |
Gets or sets the width of columns that contain the cell range in characters of the default font specified by the built-in Normal style.
Inherited from Cell |
Current |
Gets a range with non-empty cells surrounded by empty rows and columns.
Inherited from Cell |
Dependents |
Gets a list of ranges (cells) whose formulas refer to the current range or cell, directly or indirectly (at any level).
Inherited from Cell |
Direct |
Gets a list of ranges (cells) whose formulas use the current range or cell.
Inherited from Cell |
Direct |
Gets a list of ranges (cells) that are directly referred to in the formulas in the current cell or range.
Inherited from Cell |
Dynamic |
Gets or sets the dynamic array formula associated with the cell or cell range.
Inherited from Cell |
Dynamic |
Gets or sets the dynamic array formula in the invariant culture.
Inherited from Cell |
Existing |
Gets the existing cells in the current cell range.
Inherited from Cell |
Fill | Provides access to cell background. Inherited from Formatting. |
Fill |
Gets or sets the cell background color.
Inherited from Cell |
Flags | Provides access to flags that control which cell format attributes are specified by the applied cell style and which ones are specified by direct cell formatting. Inherited from Formatting. |
Font | Provides access to the cell font. Inherited from Formatting. |
Formula |
Gets or sets the formula contained in the cell or cell range.
Inherited from Cell |
Formula |
Gets or sets the range formula in the invariant culture.
Inherited from Cell |
Group |
Gets the grouping level of the affected row. |
Has |
Determines whether the current cell or cell range intersects a range filled with a legacy array formula.
Inherited from Cell |
Has |
Checks whether the current cell range contains data.
Inherited from Cell |
Has |
Determines whether the current cell or cell range intersects a range filled with a dynamic array formula.
Inherited from Cell |
Has |
Determines whether all cells in the range contain a formula.
Inherited from Cell |
Has |
Gets a value indicating whether a cell contains rich formatted text.
Inherited from Cell |
Heading | Gets the heading of the individual row on a worksheet. |
Height | Gets or sets the row height. |
Index |
Gets the zero-based index of the row within the worksheet’s Row |
Is |
Gets a value indicting whether the current row belongs to a table or cell range to which filtering is applied. |
Is |
Determines whether the range is created by merging cells.
Inherited from Cell |
Item[Int32, Int32] |
Gets an individual cell by row and column offsets from the top left cell of the current range.
Inherited from Cell |
Item[Int32] | Provides access to an individual cell located at the intersection of the current row and the specified column. |
Item[String] | Provides access to an individual cell located at the intersection of the current row and the specified column. |
Left |
Gets the index of the column that includes the left edge of the cell range.
Inherited from Cell |
Name |
Gets or sets the name of the cell range.
Inherited from Cell |
Number |
Specifies a number format for a numeric cell value in the invariant culture. Inherited from Formatting. |
Number |
Specifies a number format for a numeric cell value based on the current (local) culture. Inherited from Formatting. |
Precedents |
Gets a list of ranges (cells) that are used by a formula in the current cell or range.
Inherited from Cell |
Protection | Provides access to options which are in effect when the worksheet is protected. Inherited from Formatting. |
Right |
Gets the index of the column that includes the right edge of the cell range.
Inherited from Cell |
Row |
Gets the number of rows in the cell range.
Inherited from Cell |
Row |
Gets or sets the height of rows that contain this cell range.
Inherited from Cell |
Style |
Gets or sets the style applied to the current range of cells.
Inherited from Cell |
Top |
Gets the index of the row that includes the top edge of the cell range.
Inherited from Cell |
Value |
Gets or sets a cell value.
Inherited from Cell |
Visible | Gets or sets whether the row is visible or hidden. |
Worksheet |
Gets the worksheet that contains the cell range.
Inherited from Cell |
See Also