DataMashupPowerQueryFormulaParameters Property |
Gets all parameters of power query formulas.
Namespace:
Aspose.Cells.QueryTables
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic PowerQueryFormulaParameterCollection PowerQueryFormulaParameters { get; }
Public ReadOnly Property PowerQueryFormulaParameters As PowerQueryFormulaParameterCollection
Get
public:
property PowerQueryFormulaParameterCollection^ PowerQueryFormulaParameters {
PowerQueryFormulaParameterCollection^ get ();
}
member PowerQueryFormulaParameters : PowerQueryFormulaParameterCollection with get
Property Value
Type:
PowerQueryFormulaParameterCollection
See Also