IExportExcelSheetInfo Interface Members
In This Topic
The following tables list the members exposed by IExportExcelSheetInfo.
Public Properties
| Name | Description |
| SheetIndex | Gets the index of SheetView. |
| StyleIndex | Gets the index in exporting style list of SheetView's style. |
Top
Public Methods
| Name | Description |
| Dispose | (Inherited from System.IDisposable) |
| GetExportColumns | Gets the column index sorted array of IExportExcelColumnInfo which hold the exporting information of columns. |
| GetExportRange | Get the bound of exporting region of the corresponding Excel sheet. |
| GetExportRows | Gets the row index sorted array of IExportExcelRowInfo which hold the exporting information of rows. |
Top
See Also