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


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