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


In This Topic
    ResetFontStretch Method (Cell)
    In This Topic
    Resets the font stretch for the cell and causes the cell to inherit the font stretch from the default cell.
    Syntax
    'Declaration
     
    Public Sub ResetFontStretch() 
    'Usage
     
    Dim instance As Cell
     
    instance.ResetFontStretch()
    public void ResetFontStretch()
    See Also