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
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Spreadsheet
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public class NameRange : 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