FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AlternatingRow Class / ResetTextIndent Method


In This Topic
ResetTextIndent Method (AlternatingRow)
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 AlternatingRow
 
instance.ResetTextIndent()
See Also