IExportExcelColumnInfo Interface Members
In This Topic
The following tables list the members exposed by IExportExcelColumnInfo.
Public Properties
| Name | Description |
| ColumnIndex | Gets the index of column in the exporting Excel sheet. |
| IsCollapsed | Gets if column is collapsed or not. |
| IsHidden | Gets if column is hidden or not. |
| IsZeroWidth | Gets if column has zero width or not. |
| OutLineLevel | Gets the column's outline level. |
| StyleIndex | Gets the index in exporting style list of column's style. |
| Width | Gets the column's width. |
Top
See Also