Change the sequence of the columns in the partition key by setting the number of a column. PARAMETERS: Name of the partition column (String), Number (Integer).
Public Sub SetPartitionColumnNumber( _ ByVal Name As Variant, _ ByVal Number As Variant _ ) |