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


In This Topic
    SelectionUnit Property (SheetView)
    In This Topic
    Gets or sets the smallest unit users or the application can select on this sheet.
    Syntax
    'Declaration
     
    
    Public Property SelectionUnit As SelectionUnit
    'Usage
     
    
    Dim instance As SheetView
    Dim value As SelectionUnit
     
    instance.SelectionUnit = value
     
    value = instance.SelectionUnit
    public SelectionUnit SelectionUnit {get; set;}
    See Also