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


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