IExportExcelRowInfo Interface Members
In This Topic
The following tables list the members exposed by IExportExcelRowInfo.
Public Properties
| Name | Description |
 | Height | Gets the row's height. |
 | IsCollapsed | Gets if row is collapsed or not. |
 | IsHidden | Gets if row is hidden or not. |
 | IsZeroHeight | Gets if row has zero height or not. |
 | OutLineLevel | Gets the row's outline level. |
 | RowIndex | Gets the index of row in the exporting Excel sheet. |
 | StyleIndex | Gets the index in exporting style list of row's style. |
Top
Public Methods
| Name | Description |
 | GetExportCells | Gets the array of IExportExcelCellInfo which hold the exporting information of cells in row. |
Top
See Also