Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Row Class / ResetFontSize Method


In This Topic
    ResetFontSize Method (Row)
    In This Topic
    Resets the font size for the row and makes the row inherit the font size from the default row.
    Syntax
    'Declaration
     
    Public Sub ResetFontSize() 
    'Usage
     
    Dim instance As Row
     
    instance.ResetFontSize()
    public void ResetFontSize()
    See Also