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


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