Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / LayoutTemplate Class
Properties Methods


In This Topic
    LayoutTemplate Class Members
    In This Topic

    The following tables list the members exposed by LayoutTemplate.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new layout template with default values.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the number of columns for the layout template.  
    Public PropertyGets the layout cells in the data area of the layout template.  
    Public PropertyGets or sets the column information for the layout template.  
    Public PropertyGets the layout columns in the data area of the layout template.  
    Public PropertyGets or sets the data for the layout template.  
    Public PropertyGets or sets the row information for the layout template.  
    Public PropertyGets the layout rows in the data area of the layout template.  
    Public PropertyGets or sets the spanned cells for the layout template.  
    Public PropertyGets or sets the number of rows for the layout template.  
    Top
    Public Methods
     NameDescription
    Public MethodLoads the layout template from XML.  
    Public MethodSaves the layout template to XML.  
    Public MethodReturns a System.String that represents this instance.  
    Top
    Protected Methods
     NameDescription
    Protected MethodCreates the column axis model for the layout template.  
    Protected MethodCreates a data model for the layout template.  
    Protected MethodCreates the row axis model for the layout template.  
    Protected MethodCreates the span model for the layout template.  
    Protected MethodProcesses the addition of columns to the layout template data model.  
    Protected MethodProcesses the addition of rows to the layout template data model.  
    Protected MethodProcesses the removal of columns to the layout template data model.  
    Protected MethodProcesses the removal of rows to the layout template data model.  
    Top
    See Also