menu

Document Processing

NewNameRange Class - FileFormats API Reference | Syncfusion

    Show / Hide Table of Contents

    NewNameRange Class

    Used for Adding New Name Range or Editing the Existing Name Range

    Inheritance
    System.Object
    CommandPage
    NewNameRange
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Windows.UI.Xaml.Markup.IComponentConnector
    Windows.UI.Xaml.Markup.IComponentConnector2
    Inherited Members
    CommandPage.CommandName
    CommandPage.Hide()
    CommandPage.OnKeyDown(KeyRoutedEventArgs)
    CommandPage.OnPageUnLoaded()
    CommandPage.SfSpreadsheet
    CommandPage.ShowDialog()
    CommandPage.Title
    CommandPage.TitleProperty
    CommandPage.WorkSheet
    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
    CommandPage.Close()

    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
    CommandPage.OnApplySettings()

    OnClosing()

    Declaration
    protected override void OnClosing()
    Overrides
    CommandPage.OnClosing()

    OnPageLoaded()

    Declaration
    protected override void OnPageLoaded()
    Overrides
    CommandPage.OnPageLoaded()

    UnWireEvents()

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

    WireEvents()

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

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved