com.aspose.cells
Class PowerQueryFormulaParameter

java.lang.Object
    extended by com.aspose.cells.PowerQueryFormulaParameter

public class PowerQueryFormulaParameter 
extends java.lang.Object

Represents the parameter of power query formula.


Constructor Summary
PowerQueryFormulaParameter()
          
 
Property Getters/Setters Summary
java.lang.StringgetName()
voidsetName(java.lang.String)
           Gets the name of parameter.
java.lang.StringgetParameterDefinition()
           Gets the definition of the parameter.
java.lang.StringgetValue()
voidsetValue(java.lang.String)
           Gets the value of parameter.
 

Constructor Detail

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.