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


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