AggregationFormatString Property (CellInfo)
In This Topic
Gets or sets the aggregation format string.
Syntax
'Declaration
Public Property AggregationFormatString As String
'Usage
Dim instance As CellInfo
Dim value As String
instance.AggregationFormatString = value
value = instance.AggregationFormatString
public string AggregationFormatString {get; set;}
See Also