Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / PerformLayout Method / PerformLayout() Method


In This Topic
    PerformLayout() Method
    In This Topic
    Forces the component to apply layout logic to its child controls.
    Syntax
    'Declaration
     
    
    Public Overloads Shadows Sub PerformLayout() 
    'Usage
     
    
    Dim instance As FpSpread
     
    instance.PerformLayout()
    public new void PerformLayout()
    See Also