Spread for ASP.NET 11 Product Documentation
LayoutSpanModel Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > LayoutTemplate Class : LayoutSpanModel Property
Gets or sets the spanned cells for the layout template.
Syntax
'Declaration
 
Public Property LayoutSpanModel As ISheetSpanModel
'Usage
 
Dim instance As LayoutTemplate
Dim value As ISheetSpanModel
 
instance.LayoutSpanModel = value
 
value = instance.LayoutSpanModel
public ISheetSpanModel LayoutSpanModel {get; set;}

Property Value

ISheetSpanModel containing the span model
See Also

Reference

LayoutTemplate Class
LayoutTemplate Members