Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaTextBox Class / BulletIndent Property


In This Topic
    BulletIndent Property
    In This Topic
    Internal use only. Gets or sets the bullet indent.
    Syntax
    'Declaration
     
    
    Public Shadows Property BulletIndent As Integer
    'Usage
     
    
    Dim instance As FormulaTextBox
    Dim value As Integer
     
    instance.BulletIndent = value
     
    value = instance.BulletIndent
    public new int BulletIndent {get; set;}
    See Also