Search
DefineNamedRangeForm.NamedRange Property
See Also
 






Gets the newly defined named range.

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

 Syntax

C#  Copy Code

public NamedRange NamedRange { get; }

Visual Basic  Copy Code

Public ReadOnly Property NamedRange As NamedRange

 Property Value

An instance of the NamedRange class.

 See Also