Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / WorksheetTemplate Class / LayoutDataModel Property
Example


In This Topic
    LayoutDataModel Property (WorksheetTemplate)
    In This Topic
    Gets or sets the data for the layout template.
    Syntax
    'Declaration
     
    
    Public Property LayoutDataModel As ISheetDataModel
    'Usage
     
    
    Dim instance As WorksheetTemplate
    Dim value As ISheetDataModel
     
    instance.LayoutDataModel = value
     
    value = instance.LayoutDataModel
    public ISheetDataModel LayoutDataModel {get; set;}
    Exceptions
    ExceptionDescription
    Data cannot be null; specify data that is not null.
    Example
    This example sets the LayoutDataModel property.
    See Also