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


In This Topic
    ResetShrinkToFit Method (Row)
    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 Row
     
    instance.ResetShrinkToFit()
    public void ResetShrinkToFit()
    See Also