com.aspose.cells
Class PowerQueryFormulaParameter
java.lang.Object
com.aspose.cells.PowerQueryFormulaParameter
public class PowerQueryFormulaParameter
- extends java.lang.Object
Represents the parameter of power query formula.
|
Property Getters/Setters Summary |
java.lang.String | getName() | |
void | setName(java.lang.String) | |
|
Gets the name of parameter.
|
java.lang.String | getParameterDefinition() | |
|
Gets the definition of the parameter.
|
java.lang.String | getValue() | |
void | setValue(java.lang.String) | |
|
Gets the value of parameter.
|
PowerQueryFormulaParameter
public PowerQueryFormulaParameter()
-
|
Property Getters/Setters Detail |
getName/setName | |
public java.lang.String getName() / public void setName(java.lang.String value)
|
-
Gets the name of parameter.
setName | |
public void setName(java.lang.String value)
|
-
Gets the name of parameter.
getValue/setValue | |
public java.lang.String getValue() / public void setValue(java.lang.String value)
|
-
Gets the value of parameter.
setValue | |
public void setValue(java.lang.String value)
|
-
Gets the value of parameter.
getParameterDefinition | |
public java.lang.String getParameterDefinition()
|
-
Gets the definition of the parameter.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.