[]
Represents a worksheet layout template for the view.
public class WorksheetTemplate : ISerializeSupport
Public Class WorksheetTemplate
Implements ISerializeSupport
| Name | Description |
|---|---|
| WorksheetTemplate(SheetView) | Initializes a new instance of the WorksheetTemplate class. |
| 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. |
| Name | Description |
|---|---|
| Add(int, int) | Adds a new layout column or range of layout columns. |
| CheckUsedDataIndexes(ISheetDataModel) | For internal use. Checks whether any DataIndex exists that is registered more than one time. |
| Remove(int, int) | Removes a column or range of layout columns. |