alexa

    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