AddFormulaArrayParameter
Adds an array-parameter used in the formula evaluation process. All the arguments are strings:
•type is the default datatype of non-pair values inside array values; default is xs:string;
•name is the parameter's name;
•values is an array of value and datatype-value pairs.
For more information and code samples, see the section, XBRL Formula Parameters.
COM and .NET
Signature: AddFormulaArrayParameter(string type, string name, object[] values)
Java
Signature: public void addFormulaArrayParameter(string type, string name, object[] values)