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


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