Excel |
The ExcelRow type exposes the following members.
Name | Description | |
---|---|---|
![]() | Collapsed |
Gets or sets whether object is collapsed in outlining.
(Inherited from ExcelLineBase) |
![]() | Height | Gets or sets row height. |
![]() | Hidden |
Gets or sets whether excel object is hidden.
(Inherited from ExcelLineBase) |
![]() | Index |
Gets the index.
(Inherited from ExcelLineBase) |
![]() | IsStyleDefault |
Returns true if style is "default"; otherwise, false.
(Inherited from ExcelLineBase) |
![]() | OutlineLevel |
Gets or sets outline level.
(Inherited from ExcelLineBase) |
![]() | Style |
Gets or sets cell style (CellStyle) of contained cells.
(Inherited from ExcelLineBase) |
Name | Description | |
---|---|---|
![]() | AutoFit | Automatically sets the line height so that all text in the cells of the row is visible. |
![]() | Delete | Deletes the current row from the worksheet. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | InsertCopy | Inserts specified number of copied rows before the current row. |
![]() | InsertEmpty | Inserts specified number of empty rows before the current row. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |