menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ISharedFormula - Xamarin.Android API Reference | Syncfusion

    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
    System.Int32

    FirstRow

    Index to first row of the array formula range.

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

    Formula

    Parsed formula.

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

    LastColumn

    Index to last column of the array formula range.

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

    LastRow

    Index to last row of the array formula range.

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