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


In This Topic
    Selection Property (SheetView.DocumentModels)
    In This Topic
    Gets or sets the selection model.
    Syntax
    'Declaration
     
    
    Public Property Selection As ISheetSelectionModel
    'Usage
     
    
    Dim instance As SheetView.DocumentModels
    Dim value As ISheetSelectionModel
     
    instance.Selection = value
     
    value = instance.Selection
    public ISheetSelectionModel Selection {get; set;}
    Exceptions
    ExceptionDescription
    Model is not specified (or specified value is null)
    See Also