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


In This Topic
    ResetFontStretch Method (TableStyleInfo)
    In This Topic
    Resets the FontStretch property to its default value.
    Syntax
    'Declaration
     
    Public Sub ResetFontStretch() 
    'Usage
     
    Dim instance As TableStyleInfo
     
    instance.ResetFontStretch()
    public void ResetFontStretch()
    See Also