Class FormulaRangeSelectionPanel
Panel used for displaying the formula ranges in the SpreadsheetGrid.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.UI.Xaml.Spreadsheet
Assembly: Syncfusion.SfSpreadsheet.UWP.dll
Syntax
public class FormulaRangeSelectionPanel : ScrollableChildFrame, IDisposable
Constructors
FormulaRangeSelectionPanel(String)
Initializes a new instance of the FormulaRangeSelectionPanel class.
Declaration
public FormulaRangeSelectionPanel(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Name of the panel. |
Methods
ArrangeOverride(Size)
Arranges the content of FormulaRangeSelectionPanel in SfSpreadsheet.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | finalSize | The final size which the panel used to arrange itself. |
Returns
Type | Description |
---|---|
Windows.Foundation.Size | The actual size used. |
Overrides
Dispose(Boolean)
Releases all resources used by the FormulaRangeSelectionPanel.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Overrides
MeasureOverride(Size)
Determines the size of the FormulaRangeSelectionPanel.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | availableSize | The size that the panel can occupy. |
Returns
Type | Description |
---|---|
Windows.Foundation.Size | The desired size of FormulaRangeSelectionPanel. |
Overrides
Implements
System.IDisposable