| GrapeCity.Excel Namespace : ExcelRow Class | 
The following tables list the members exposed by ExcelRow.
| Name | Description | |
|---|---|---|
|  | ExcelRow Constructor | Initialize a new instance of ExcelRow. | 
| Name | Description | |
|---|---|---|
|  | Collapsed | Gets or sets a value indicating whether this IExcelRow is collapsed. | 
|  | CustomHeight | Gets or sets a value indicating whether the height of this row is manually set. | 
|  | Format | Gets or sets the format of the row. | 
|  | FormatId | Gets the format id of the row. | 
|  | Height | Gets or sets the height of the row. | 
|  | Index | Gets zero-based index of the row. | 
|  | OutLineLevel | Gets or sets the outline level of the row. | 
|  | PageBreak | Gets or sets a value indicating whether the row is page break row. | 
|  | Visible | Gets or sets a value indicating whether this IExcelRow is visible. | 
| Name | Description | |
|---|---|---|
|  | SetFormatId | Set the format id of the row. The row will use the id to locate the IExtendedFormat from its parent IExcelWorksheet instance |