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


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