MindFusion.Wpf Pack Programmer's Guide
NamedRange.Name Property
See Also
 





Gets or sets the name of the named range.

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

 Syntax

C#  Copy Code

public string Name { get; set; }

Visual Basic  Copy Code

Public Property Name As String

 Property Value

A string value.

 Remarks

The name of a named range must be unique (ignoring case) amongst all named ranges in a Workbook. It must not be a valid cell or cell range reference (for example, A1). It needs to be a proper identifier, that is, it must start with a letter and contain only letters, numbers and underscore characters. Lastly, the name must not coincide with the built-in identifiers 'true' and 'false'. If any of these requirements are violated, an exception will be thrown.

 See Also

NamedRange Members
NamedRange Class
MindFusion.Spreadsheet.Wpf Namespace