Spread for ASP.NET 12 Product Documentation
LayoutDataModel Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > WorksheetTemplate Class : LayoutDataModel Property
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.
See Also

Reference

WorksheetTemplate Class
WorksheetTemplate Members