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


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