Class PowerQueryFormulaItem
Class PowerQueryFormulaItem
Namespace: Aspose.Cells.QueryTables
Assembly: Aspose.Cells.dll (25.2.0)
Represents the item of the power query formula.
public class PowerQueryFormulaItem
Inheritance
object ← PowerQueryFormulaItem
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
Name
Gets the name of the item.
public string Name { get; }
Property Value
Value
Gets the value of the item.
public string Value { get; set; }