SheetXL - v0.3.20
    Preparing search index...

    Interface FormulaTokenContext

    Provides the function context for formulas that are arguments.

    interface FormulaTokenContext {
        argIndex: number;
        name: string;
    }
    Index

    Properties

    Properties

    argIndex: number

    If the token is part of a function this will be the index location.

    For parens this will be -1.

    name: string

    The name of the function