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


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