ExcelRow Class |
Namespace: GemBox.Spreadsheet
The ExcelRow type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | AllocatedCells |
Gets only currently allocated cells for this row.
|
![]() ![]() | Cells |
Gets cell range with column / row cells.
(Inherited from ExcelColumnRowBase.) |
![]() ![]() | Collapsed |
Gets or sets whether object is collapsed in outlining.
(Inherited from ExcelColumnRowBase.) |
![]() | Height |
Gets or sets row height.
|
![]() | Hidden |
Gets or sets whether excel object is hidden.
(Inherited from ExcelColumnRowBase.) |
![]() | Index |
Gets the row / column zero-based index which represents its position in a worksheet.
(Inherited from ExcelColumnRowBase.) |
![]() | IsAutoFitted |
Gets a value indicating whether this row height is automatically fitted.
|
![]() | IsStyleDefault | Obsolete.
Returns if style is default; otherwise, .
(Inherited from ExcelColumnRowBase.) |
![]() | Name |
Gets the name of ExcelColumnRowBase instance.
(Inherited from ExcelColumnRowBase.) |
![]() ![]() | OutlineLevel |
Gets or sets outline level.
(Inherited from ExcelColumnRowBase.) |
![]() ![]() | Style |
Gets or sets the cell formatting of cells in this column / row.
(Inherited from ExcelColumnRowBase.) |
Name | Description | |
---|---|---|
![]() | AutoFit |
Automatically fits row height to the minimum size required for all lines in the row cells to be visible.
|
![]() | AutoFit(Boolean) |
Automatically fits row height to the minimum size required for all lines in the row cells to be visible.
|
![]() | Equals |
Determines whether the specified Object is equal to this ExcelColumnRowBase instance.
(Inherited from ExcelColumnRowBase.) |
![]() | GetHashCode |
Returns a hash code for this ExcelColumnRowBase instance.
(Inherited from ExcelColumnRowBase.) |
![]() | GetHeight |
Gets the height of row in arbitrary length unit.
|
![]() | SetHeight |
Sets the height of row in arbitrary length unit.
|
![]() | ToString |
Returns a String that represents this ExcelColumnRowBase instance.
(Inherited from ExcelColumnRowBase.) |