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


In This Topic
    Span Property
    In This Topic
    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
    public ISheetSpanModel Span {get; set;}
    Exceptions
    ExceptionDescription
    Model is not specified (or specified value is null)
    See Also