IronCalc Wasm
    Preparing search index...

    Interface DefinedName

    interface DefinedName {
        formula: string;
        name: string;
        scope?: number;
    }
    Index
    formula: string
    name: string
    scope?: number