Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Rows.DefaultRow Class / ResetTextIndent Method


In This Topic
    ResetTextIndent Method (Rows.DefaultRow)
    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 Rows.DefaultRow
     
    instance.ResetTextIndent()
    public void ResetTextIndent()
    See Also