Description

Remove the TablePartition specified by the given Name. PARAMETERS: Name as String.

Syntax

Public Sub RemoveByName( _
   ByVal Name As Variant _
)

Parameters

  • Name

Remarks

Removes the Partition specified by the given Name from the collection (if it can find it). If it does find it and remove it, then it updates the sequence numbers of all affected partitions, which includes all partitions with numbers higher than the one removed, which is then one less than before.


  • No labels