[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FpSpread.PerformLayout

PerformLayout Method

PerformLayout()

Forces the component to apply layout logic to its child controls.

Declaration
public void PerformLayout()
Public Sub PerformLayout()

PerformLayout(Control, string)

Forces the component to apply layout logic to the specified child control for the specified property change.

Declaration
public void PerformLayout(Control affectedControl, string affectedProperty)
Public Sub PerformLayout(affectedControl As Control, affectedProperty As String)
Parameters
Type Name Description
Control affectedControl

Child control

string affectedProperty

Property that changed in the child control