menu

WinForms

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

    Show / Hide Table of Contents

    Class NameManagerForm

    Intercations for name manager window done here.

    Inheritance
    System.Object
    CommandBaseForm
    NameManagerForm
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    CommandBaseForm.CancelAction()
    CommandBaseForm.OnApplySettings()
    CommandBaseForm.OnClosed(EventArgs)
    CommandBaseForm.OnClosing(CancelEventArgs)
    CommandBaseForm.OnLoad(EventArgs)
    CommandBaseForm.ProcessCmdKey(Message, Keys)
    CommandBaseForm.SfSpreadsheet
    CommandBaseForm.WorkSheet
    Namespace: Syncfusion.Windows.Forms.Spreadsheet.Commands
    Assembly: Syncfusion.Spreadsheet.Windows.dll
    Syntax
    public class NameManagerForm : CommandBaseForm, INotifyPropertyChanged

    Constructors

    NameManagerForm()

    Declaration
    public NameManagerForm()

    Properties

    DataGrid_SelectedIndex

    Gets or sets the DataGrid Selected Item's index.

    Declaration
    public int DataGrid_SelectedIndex { get; }
    Property Value
    Type
    System.Int32

    NameRangeGrid

    Gets the namernage applied grid.

    Declaration
    public DataGridView NameRangeGrid { get; }
    Property Value
    Type
    System.Windows.Forms.DataGridView

    SelectedAddress

    Gets or sets the SelectedAddress from the gridselected item.

    Declaration
    public string SelectedAddress { 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.

    OnLoaded()

    Load the required settings

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

    UnWireEvents()

    Unhook the triggered events.

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

    WireEvents()

    Initialize the required events

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

    Events

    PropertyChanged

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

    Implements

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