Class NewNameRangeForm
Inheritance
System.Object
NewNameRangeForm
Assembly: Syncfusion.Spreadsheet.Windows.dll
public class NewNameRangeForm : CommandBaseForm
Constructors
Declaration
public NewNameRangeForm()
Properties
gets or sets true if the NameRange is to be Edited else false
Declaration
public bool IsEditName { get; set; }
Property Value
NamedRangeText
Gets or Sets the Name of the Selected NamedRanges.
Declaration
public string NamedRangeText { get; set; }
Property Value
Gets or sets the Cell address of the Selected NamedRanges.
for ex: RangeAddress = "=Sheet1!$A$1".
Declaration
public string RangeAddress { get; set; }
Property Value
Gets or sets the Cell Address for the Named Ranges.
Declaration
public string RefersTO { get; set; }
Property Value
Gets or sets the Scope for the Named Ranges.
Declaration
public string Scope { get; set; }
Property Value
Methods
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.
|
Declaration
protected override void OnApplySettings()
Overrides
Declaration
protected override void OnClosed(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Overrides
Declaration
protected override void OnLoaded()
Overrides
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
Overrides
Declaration
protected override void UnWireEvents()
Overrides
Declaration
protected override void WireEvents()
Overrides