FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView.DocumentModels Class / Span Property


Span Property
Gets or sets the span model.
Syntax
'Declaration
 
Public Property Span As ISheetSpanModel
 
'Usage
 
Dim instance As SheetView.DocumentModels
Dim value As ISheetSpanModel
 
instance.Span = value
 
value = instance.Span
Exceptions
ExceptionDescription
Model is not specified (or specified value is null)
See Also