Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IEditorSupport Interface / SelectionLength Property


In This Topic
    SelectionLength Property (IEditorSupport)
    In This Topic
    Gets or sets the number of characters selected in the control.
    Syntax
    'Declaration
     
    
    Property SelectionLength As Integer
    'Usage
     
    
    Dim instance As IEditorSupport
    Dim value As Integer
     
    instance.SelectionLength = value
     
    value = instance.SelectionLength
    int SelectionLength {get; set;}

    Property Value

    The number of characters selected in the control.
    See Also