Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Row Class / ResetTextIndent Method


In This Topic
ResetTextIndent Method (Row)
In This Topic
Resets the text indent for the row and makes the row inherit the text indent from the default row.
Syntax
'Declaration
 
Public Sub ResetTextIndent() 
 
'Usage
 
Dim instance As Row
 
instance.ResetTextIndent()
See Also