Search
ManageNamedRangesForm.Apply Method
See Also
 






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

Namespace: MindFusion.Spreadsheet.Wpf.StandardForms
Assembly: MindFusion.Spreadsheet.Wpf.StandardForms

 Syntax

C#  Copy Code

public void Apply (
    Workbook workbook
)

Visual Basic  Copy Code

Public Sub Apply( _
    workbook As Workbook _
)

 Parameters

workbook

The workbook which will be updated.

 See Also