menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NewNameRangeForm - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class NewNameRangeForm

    Inheritance
    System.Object
    CommandBaseForm
    NewNameRangeForm
    Inherited Members
    CommandBaseForm.CancelAction()
    CommandBaseForm.OnClosing(CancelEventArgs)
    CommandBaseForm.OnLoad(EventArgs)
    CommandBaseForm.SfSpreadsheet
    CommandBaseForm.WorkSheet
    Namespace: Syncfusion.Windows.Forms.Spreadsheet.Commands
    Assembly: Syncfusion.Spreadsheet.Windows.dll
    Syntax
    public class NewNameRangeForm : CommandBaseForm

    Constructors

    NewNameRangeForm()

    Declaration
    public NewNameRangeForm()

    Properties

    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

    Dispose(Boolean)

    Clean up any resources being used.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    true if managed resources should be disposed; otherwise, false.

    OnApplySettings()

    Declaration
    protected override void OnApplySettings()
    Overrides
    CommandBaseForm.OnApplySettings()

    OnClosed(EventArgs)

    Declaration
    protected override void OnClosed(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e
    Overrides
    CommandBaseForm.OnClosed(EventArgs)

    OnLoaded()

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

    ProcessCmdKey(ref Message, Keys)

    Perform the required operation when press Escape or enter key.

    Declaration
    protected override bool ProcessCmdKey(ref Message msg, Keys keyData)
    Parameters
    Type Name Description
    System.Windows.Forms.Message msg
    System.Windows.Forms.Keys keyData
    Returns
    Type
    System.Boolean
    Overrides
    CommandBaseForm.ProcessCmdKey(ref Message, Keys)

    UnWireEvents()

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

    WireEvents()

    Declaration
    protected override void WireEvents()
    Overrides
    CommandBaseForm.WireEvents()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved