Class FormulaRangeSelectionPanel
Panel used for displaying the formula ranges in the SpreadsheetGrid.
Inheritance
System.Object
FormulaRangeSelectionPanel
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Spreadsheet
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public class FormulaRangeSelectionPanel : IDisposable
Constructors
FormulaRangeSelectionPanel()
Declaration
public FormulaRangeSelectionPanel()
Methods
Dispose()
Releases all resources used by the FormulaRangeSelectionPanel.
Declaration
public void Dispose()
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Implements
System.IDisposable