Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Column Class / ResetTextIndent Method


In This Topic
    ResetTextIndent Method (Column)
    In This Topic
    Resets the text indent for the column and causes the column to inherit the text indent from the default column.
    Syntax
    'Declaration
     
    Public Sub ResetTextIndent() 
    'Usage
     
    Dim instance As Column
     
    instance.ResetTextIndent()
    public void ResetTextIndent()
    See Also