GroupExpression Property (Column)
In This Topic
Gets or sets the group expression for column.
Syntax
'Declaration
Public Property GroupExpression As String
public string GroupExpression {get; set;}
Exceptions
Exception | Description |
ExpressionException | Represents errors that occur during operations with C1ExpressionEditor. |
See Also