[]
Shows or hides the Insert Function dialog.
public static Form ToggleInsertFunction(FpSpread spread, Function insertFunc = null)
Public Shared Function ToggleInsertFunction(spread As FpSpread, Optional insertFunc As [Function] = Nothing) As Form
Type | Name | Description |
---|---|---|
FpSpread | spread | The FpSpread owner. |
Function | insertFunc |
Type | Description |
---|---|
Form | A Form instance if the dialog is not visible; otherwise, |