Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / StyleInfo Class / TextIndent Property


In This Topic
TextIndent Property (StyleInfo)
In This Topic
Gets or sets the amount to indent the text in a cell for the style.
Syntax
'Declaration
 
Public Overridable Property TextIndent As Integer
 
'Usage
 
Dim instance As StyleInfo
Dim value As Integer
 
instance.TextIndent = value
 
value = instance.TextIndent
See Also