Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IAggregationSupport Interface / SetCellAggregationFormat Method
Cell row
Cell column
Aggregation format


In This Topic
    SetCellAggregationFormat Method (IAggregationSupport)
    In This Topic
    Sets the aggregation format for the cell.
    Syntax
    'Declaration
     
    
    Sub SetCellAggregationFormat( _
       ByVal row As Integer, _
       ByVal col As Integer, _
       ByVal format As String _
    ) 
    'Usage
     
    
    Dim instance As IAggregationSupport
    Dim row As Integer
    Dim col As Integer
    Dim format As String
     
    instance.SetCellAggregationFormat(row, col, format)
    void SetCellAggregationFormat( 
       int row,
       int col,
       string format
    )

    Parameters

    row
    Cell row
    col
    Cell column
    format
    Aggregation format
    See Also