[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Dialogs.BuiltInDialogs.FormatControl

FormatControl Method

FormatControl(FpSpread, IShape)

Shows the format control dialog.

Declaration
public static void FormatControl(FpSpread spread, IShape shape)
Public Shared Sub FormatControl(spread As FpSpread, shape As IShape)
Parameters
Type Name Description
FpSpread spread

The FpSpread owner.

IShape shape

The shape owner of the form control to change settings.

FormatControl(FpSpread, IFormControl)

Shows the format control dialog.

Declaration
public static void FormatControl(FpSpread spread, IFormControl control)
Public Shared Sub FormatControl(spread As FpSpread, control As IFormControl)
Parameters
Type Name Description
FpSpread spread

The FpSpread owner.

IFormControl control

The form control to change settings.