Class NewNameRange
Used for Adding New Name Range or Editing the Existing Name Range
Implements
System.ComponentModel.INotifyPropertyChanged
    Windows.UI.Xaml.Markup.IComponentConnector
    Windows.UI.Xaml.Markup.IComponentConnector2
  Inherited Members
Namespace: Syncfusion.UI.Xaml.Spreadsheet.Commands
Assembly: Syncfusion.SfSpreadsheet.UWP.dll
Syntax
public sealed class NewNameRange : CommandPage, INotifyPropertyChanged, IComponentConnector, IComponentConnector2
  Constructors
NewNameRange(String)
Declaration
public NewNameRange(string commandName)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | commandName | 
Properties
ComboBox_SelectedItem
Gets or Sets the the Combox SelectedItem , i.e Scope for the NamedRanges.
Declaration
public string ComboBox_SelectedItem { get; set; }
  Property Value
| Type | 
|---|
| System.String | 
IsEditName
gets or sets true if the NameRange is to be Edited else false
Declaration
public bool IsEditName { get; set; }
  Property Value
| Type | 
|---|
| System.Boolean | 
NamedRangeText
Gets or Sets the Name of the Selected NamedRanges.
Declaration
public string NamedRangeText { get; set; }
  Property Value
| Type | 
|---|
| System.String | 
RangeAddress
Gets or sets the Cell address of the Selected NamedRanges. for ex: RangeAddress = "=Sheet1!$A$1".
Declaration
public string RangeAddress { get; set; }
  Property Value
| Type | 
|---|
| System.String | 
RefersTO
Gets or sets the Cell Address for the Named Ranges.
Declaration
public string RefersTO { get; set; }
  Property Value
| Type | 
|---|
| System.String | 
Scope
Gets or sets the Scope for the Named Ranges.
Declaration
public string Scope { get; set; }
  Property Value
| Type | 
|---|
| System.String | 
Methods
Close()
Declaration
public override void Close()
  Overrides
Connect(Int32, Object)
Connect()
Declaration
public void Connect(int connectionId, object target)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | connectionId | |
| System.Object | target | 
GetBindingConnector(Int32, Object)
GetBindingConnector(int connectionId, object target)
Declaration
public IComponentConnector GetBindingConnector(int connectionId, object target)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | connectionId | |
| System.Object | target | 
Returns
| Type | 
|---|
| Windows.UI.Xaml.Markup.IComponentConnector | 
InitializeComponent()
InitializeComponent()
Declaration
public void InitializeComponent()
  OnApplySettings()
Declaration
protected override void OnApplySettings()
  Overrides
OnClosing()
Declaration
protected override void OnClosing()
  Overrides
OnPageLoaded()
Declaration
protected override void OnPageLoaded()
  Overrides
UnWireEvents()
Declaration
protected override void UnWireEvents()
  Overrides
WireEvents()
Declaration
protected override void WireEvents()
  Overrides
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
  Event Type
| Type | 
|---|
| System.ComponentModel.PropertyChangedEventHandler | 
Implements
      System.ComponentModel.INotifyPropertyChanged
  
  
      Windows.UI.Xaml.Markup.IComponentConnector
  
  
      Windows.UI.Xaml.Markup.IComponentConnector2