Interface ISharedFormula
Interface for shared formula and array formula.
Namespace: Syncfusion.XlsIO.Parser.Biff_Records
Assembly: Syncfusion.XlsIO.UWP.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 |