Xamarin.Forms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ISharedFormula

    Show / Hide Table of Contents

    Interface ISharedFormula

    Interface for shared formula and array formula.

    Namespace: Syncfusion.XlsIO.Parser.Biff_Records
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public interface ISharedFormula

    Properties

    FirstColumn

    Index to first column of the array formula range.

    Declaration
    int FirstColumn { get; set; }
    Property Value
    Type Description
    System.Int32

    FirstRow

    Index to first row of the array formula range.

    Declaration
    int FirstRow { get; set; }
    Property Value
    Type Description
    System.Int32

    Formula

    Parsed formula.

    Declaration
    Ptg[] Formula { get; }
    Property Value
    Type Description
    Ptg[]

    LastColumn

    Index to last column of the array formula range.

    Declaration
    int LastColumn { get; set; }
    Property Value
    Type Description
    System.Int32

    LastRow

    Index to last row of the array formula range.

    Declaration
    int LastRow { get; set; }
    Property Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved