FlexPivot for WPF | ComponentOne
C1.DataEngine Assembly / C1.DataEngine Namespace / Op Class / Last Method
Operand column.

In This Topic
    Last Method
    In This Topic
    Last (value in the last row in the column order): aggregation operation.
    Syntax
    'Declaration
     
    Public Shared Function Last( _
       ByVal col As Column _
    ) As ColumnOp
    public static ColumnOp Last( 
       Column col
    )

    Parameters

    col
    Operand column.
    See Also