Creates a computed column in a Table or Results section.
Expression.AddComputed(Name As String, Expression As String) As Column
An expression that returns an object for Columns
This example illustrates how to create a computed column that concatenates the “Manager =” string with the value in the Store_Manager column: