menu

Document Processing

NewNameRangeWindow Class - FileFormats API Reference | Syncfusion

    Show / Hide Table of Contents

    NewNameRangeWindow Class

    Interaction logic for NewNameRangeWindow.xaml

    Inheritance
    System.Object
    CommandBaseWindow
    NewNameRangeWindow
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.Windows.Markup.IComponentConnector
    Inherited Members
    CommandBaseWindow.CancelAction()
    CommandBaseWindow.OnClosing(CancelEventArgs)
    CommandBaseWindow.OnKeyDown(KeyEventArgs)
    CommandBaseWindow.SfSpreadsheet
    CommandBaseWindow.WorkSheet
    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
    CommandBaseWindow.OnApplySettings()

    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
    CommandBaseWindow.OnClosed(EventArgs)

    OnInitialized(EventArgs)

    Declaration
    protected override void OnInitialized(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e
    Overrides
    CommandBaseWindow.OnInitialized(EventArgs)

    OnLoaded()

    Declaration
    protected override void OnLoaded()
    Overrides
    CommandBaseWindow.OnLoaded()

    UnWireEvents()

    Declaration
    protected override void UnWireEvents()
    Overrides
    CommandBaseWindow.UnWireEvents()

    WireEvents()

    Declaration
    protected override void WireEvents()
    Overrides
    CommandBaseWindow.WireEvents()

    Events

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.Windows.Markup.IComponentConnector
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved