Expression Property (AggregateDefinition)
In This Topic
Gets or sets en expression for the cell. It is used if the
Aggregate property is not set (equals
AggregateEnum.None).
Syntax
'Declaration
Public Property Expression As String
public string Expression {get; set;}
See Also