WorksheetTemplate Class Members
In This Topic
The following tables list the members exposed by WorksheetTemplate.
Public Constructors
Public Properties
| Name | Description |
| ColumnCount | Gets or sets the number of columns for the layout template. |
| ColumnHeaderTemplate | Gets or sets the column header template. |
| LayoutCells | Gets the worksheet layout cells in the data area of the worksheet layout template. |
| LayoutColumnAxisModel | Gets or sets the column information for the layout template. |
| LayoutColumns | Gets the layout columns in the data area of the layout template. |
| LayoutDataModel | Gets or sets the data for the layout template. |
| RowTemplate | Gets the row template of the sheet. |
Top
Public Methods
| Name | Description |
| Add | Adds a new layout column or range of layout columns. |
| CheckUsedDataIndexes | For internal use. Checks whether any DataIndex exists that is registered more than one time. |
| Remove | Removes a column or range of layout columns. |
Top
See Also