menu

WPF

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

    Show / Hide Table of Contents

    Class FormulaRangeSelectionPanel

    Panel used for displaying the formula ranges in the SpreadsheetGrid.

    Inheritance
    System.Object
    ScrollableChildFrame
    FormulaRangeSelectionPanel
    Implements
    System.IDisposable
    Inherited Members
    ScrollableChildFrame.Dispose()
    Namespace: Syncfusion.UI.Xaml.Spreadsheet
    Assembly: Syncfusion.SfSpreadsheet.WPF.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
    System.Windows.Size finalSize

    The final size which the panel used to arrange itself.

    Returns
    Type Description
    System.Windows.Size

    The actual size used.

    Overrides
    ScrollableChildFrame.ArrangeOverride(Size)

    Dispose(Boolean)

    Releases all resources used by the FormulaRangeSelectionPanel.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Overrides
    ScrollableChildFrame.Dispose(Boolean)

    MeasureOverride(Size)

    Determines the size of the FormulaRangeSelectionPanel.

    Declaration
    protected override Size MeasureOverride(Size availableSize)
    Parameters
    Type Name Description
    System.Windows.Size availableSize

    The size that the panel can occupy.

    Returns
    Type Description
    System.Windows.Size

    The desired size of FormulaRangeSelectionPanel.

    Overrides
    ScrollableChildFrame.MeasureOverride(Size)

    Implements

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