Spread ASP.NET 6.0 Product Documentation
LayoutTemplate Class Members
See Also  Properties  Methods  Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : LayoutTemplate Class


Glossary Item Box

The following tables list the members exposed by LayoutTemplate.

Public Constructors

 NameDescription
Public ConstructorLayoutTemplate ConstructorCreates a new layout template with default values.  
Top

Public Properties

 NameDescription
Public PropertyColumnCountGets or sets the number of columns for the layout template.  
Public PropertyLayoutCellsGets the layout cells in the data area of the layout template.  
Public PropertyLayoutColumnAxisModelGets or sets the column information for the layout template.  
Public PropertyLayoutColumnsGets the layout columns in the data area of the layout template.  
Public PropertyLayoutDataModelGets or sets the data for the layout template.  
Public PropertyLayoutRowAxisModelGets or sets the row information for the layout template.  
Public PropertyLayoutRowsGets the layout rows in the data area of the layout template.  
Public PropertyLayoutSpanModelGets or sets the spanned cells for the layout template.  
Public PropertyRowCountGets or sets the number of rows for the layout template.  
Top

Public Methods

 NameDescription
Public MethodDeserializeLoads the layout template from XML.  
Public MethodSerializeSaves the layout template to XML.  
Top

Protected Methods

 NameDescription
Protected MethodCreateColumnAxisModelCreates the column axis model for the layout template.  
Protected MethodCreateDataModelCreates a data model for the layout template.  
Protected MethodCreateRowAxisModelCreates the row axis model for the layout template.  
Protected MethodCreateSpanModelCreates the span model for the layout template.  
Protected MethodOnAddColumnsProcesses the addition of columns to the layout template data model.  
Protected MethodOnAddRowsProcesses the addition of rows to the layout template data model.  
Protected MethodOnDataModelChangedProcesses the change to the layout template data model and synchronizes the models.  
Protected MethodOnRemoveColumnsProcesses the removal of columns to the layout template data model.  
Protected MethodOnRemoveRowsProcesses the removal of rows to the layout template data model.  
Top

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.