DataEngine for .NET Standard | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotCubeExtensions Class / Reorder Method

In This Topic
    Reorder Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Sub Reorder( _
       ByVal keys As ValueSet(Of PivotKey) _
    ) 
    public static void Reorder( 
       ValueSet<PivotKey> keys
    )

    Parameters

    keys
    See Also