Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaTextBox Class / SelectionLength Property


In This Topic
    SelectionLength Property (FormulaTextBox)
    In This Topic
    Internal use only. Gets or sets the length of the selection.
    Syntax
    'Declaration
     
    
    Public Overrides Property SelectionLength As Integer
    'Usage
     
    
    Dim instance As FormulaTextBox
    Dim value As Integer
     
    instance.SelectionLength = value
     
    value = instance.SelectionLength
    public override int SelectionLength {get; set;}
    See Also