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


In This Topic
    ResetFontTheme Method (Row)
    In This Topic
    Resets the FontTheme property for the row.
    Syntax
    'Declaration
     
    Public Sub ResetFontTheme() 
    'Usage
     
    Dim instance As Row
     
    instance.ResetFontTheme()
    public void ResetFontTheme()
    See Also