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


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()
    Example
    This example uses the ResetShrinkToFit method.
    See Also