Spread WinForms 15
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()
See Also