Class NewNameRangeWindow
Interaction logic for NewNameRangeWindow.xaml
Implements
System.ComponentModel.INotifyPropertyChanged
System.Windows.Markup.IComponentConnector
Inherited Members
Namespace: Syncfusion.UI.Xaml.Spreadsheet.Commands
Assembly: Syncfusion.SfSpreadsheet.WPF.dll
Syntax
public class NewNameRangeWindow : CommandBaseWindow, INotifyPropertyChanged, IComponentConnector
Constructors
NewNameRangeWindow()
Declaration
public NewNameRangeWindow()
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
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
OnApplySettings()
Declaration
protected override void OnApplySettings()
Overrides
OnClosed(EventArgs)
Used to Show the NameManagerWindow when the current window is Closed
Declaration
protected override void OnClosed(EventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| System.EventArgs | e | The System.EventArgs instance containing the event data. |
Overrides
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| System.EventArgs | e |
Overrides
OnLoaded()
Declaration
protected override void OnLoaded()
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
System.Windows.Markup.IComponentConnector