Spread for ASP.NET 12 Product Documentation
SpanModel Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : SpanModel Property
Gets or sets the spanned cells for the sheet.
Syntax
'Declaration
 
Public Property SpanModel As ISheetSpanModel
'Usage
 
Dim instance As SheetView
Dim value As ISheetSpanModel
 
instance.SpanModel = value
 
value = instance.SpanModel
public ISheetSpanModel SpanModel {get; set;}
See Also

Reference

SheetView Class
SheetView Members