menu

WPF

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

    Show / Hide Table of Contents

    Interface IRectGetter

    This interface is implemented by formula tokens that can provide corresponding rectangle object.

    Namespace: Syncfusion.XlsIO.Parser.Biff_Records.Formula
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public interface IRectGetter

    Methods

    GetRectangle()

    Returns rectangle represented by the token that implements this interface. All coordinates are zero-based.

    Declaration
    Rectangle GetRectangle()
    Returns
    Type Description
    System.Drawing.Rectangle

    Rectangle represented by the token.

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