Spread WinForms 15
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
See Also