Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellInfo Class / AggregationFormatString Property


In This Topic
    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