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


In This Topic
    SelectionCharOffset Property
    In This Topic
    Internal use only. Gets the character offset of the selection.
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property SelectionCharOffset As Integer
    'Usage
     
    
    Dim instance As FormulaTextBox
    Dim value As Integer
     
    value = instance.SelectionCharOffset
    public new int SelectionCharOffset {get;}
    See Also