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


In This Topic
TextIndent Property (Row)
In This Topic
Gets or sets the amount of spaces to indent text in cells of the row in pixels.
Syntax
'Declaration
 
Public Property TextIndent As Integer
 
'Usage
 
Dim instance As Row
Dim value As Integer
 
instance.TextIndent = value
 
value = instance.TextIndent
See Also