com.aspose.cells
Class PowerQueryFormula

java.lang.Object
    extended by com.aspose.cells.PowerQueryFormula
Direct Known Subclasses:
PowerQueryFormulaFunction

public class PowerQueryFormula 
extends java.lang.Object

Represents the definition of power query formula.


Property Getters/Setters Summary
java.lang.StringgetFormulaDefinition()
           Gets the definition of the power query formula.
java.lang.StringgetName()
voidsetName(java.lang.String)
           Gets and sets the name of the power query formula.
PowerQueryFormulaItemCollectiongetPowerQueryFormulaItems()
           Gets all items of power query formula.
 

Property Getters/Setters Detail

getFormulaDefinition

public java.lang.String getFormulaDefinition()
Gets the definition of the power query formula.

getName/setName

public java.lang.String getName() / public void setName(java.lang.String value)
Gets and sets the name of the power query formula.

setName

public void setName(java.lang.String value)
Gets and sets the name of the power query formula.

getPowerQueryFormulaItems

public PowerQueryFormulaItemCollection getPowerQueryFormulaItems()
Gets all items of power query formula.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.