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


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