Search
ManageNamedRangesForm.apply Method
See Also
 






Updates the NamedRanges collection of the specified workbook with the ranges, defined in the form.

Namespace: com.mindfusion.spreadsheet.standardforms
Package: com.mindfusion.spreadsheet.standardforms

 Syntax

Java  Copy Code

public void apply (
    Workbook workbook
)

 Parameters

workbook

The workbook which will be updated.

 See Also