Click or drag to resize

ExcelRow Class

Excel row contains row options and a set of row cells.
Inheritance Hierarchy
SystemObject
  SautinSoft.ExcelExcelLineBase
    SautinSoft.ExcelExcelRow

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public sealed class ExcelRow : ExcelLineBase

The ExcelRow type exposes the following members.

Properties
 NameDescription
Public propertyCollapsed Gets or sets whether object is collapsed in outlining.
(Inherited from ExcelLineBase)
Public propertyHeight Gets or sets row height.
Public propertyHidden Gets or sets whether excel object is hidden.
(Inherited from ExcelLineBase)
Public propertyIndex Gets the index.
(Inherited from ExcelLineBase)
Public propertyIsStyleDefault Returns true if style is "default"; otherwise, false.
(Inherited from ExcelLineBase)
Public propertyOutlineLevel Gets or sets outline level.
(Inherited from ExcelLineBase)
Public propertyStyle Gets or sets cell style (CellStyle) of contained cells.
(Inherited from ExcelLineBase)
Top
Methods
 NameDescription
Public methodAutoFit Automatically sets the line height so that all text in the cells of the row is visible.
Public methodDelete Deletes the current row from the worksheet.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodInsertCopy Inserts specified number of copied rows before the current row.
Public methodInsertEmpty Inserts specified number of empty rows before the current row.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also