Class NameRange
Represents the class which holds the information regarding the Named Ranges in the SfSpreadsheet. It is used for internal purpose.
Inheritance
System.Object
    NameRange
  Implements
System.ComponentModel.INotifyPropertyChanged
  Namespace: Syncfusion.UI.Xaml.Spreadsheet
Assembly: Syncfusion.SfSpreadsheet.UWP.dll
Syntax
public class NameRange : Object, INotifyPropertyChanged
  Constructors
NameRange()
Initializes a new instance of the NameRange class.
Declaration
public NameRange()
  Properties
Name
Gets or sets the value indicating the name of the named ranges.
Declaration
public string Name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | Name of the range.  | 
      
RefersTo
Gets or sets the value indicating the cell address of the named ranges.
Declaration
public string RefersTo { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | Cell Address.  | 
      
Scope
Gets or sets the value indicating the scope for the named ranges.
Declaration
public string Scope { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | Scope for the range.  | 
      
Events
PropertyChanged
Occurs when a property is changed on the component.
Declaration
public event PropertyChangedEventHandler PropertyChanged
  Event Type
| Type | 
|---|
| System.ComponentModel.PropertyChangedEventHandler | 
Implements
      System.ComponentModel.INotifyPropertyChanged