FormulaRangeSelectionPanel Class
Panel used for displaying the formula ranges in the SpreadsheetGrid.
Inheritance
System.Object
FormulaRangeSelectionPanel
Implements
System.IDisposable
Namespace: Syncfusion.Windows.Forms.Spreadsheet
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public class FormulaRangeSelectionPanel : Object, 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