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


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