|  | EnhancedRevenueBatchDialogSplitDesignations Method | 
            Click the 'Split designations' button and set the desgination grid's rows.  This will
            split the designation on the currently selected grid row.  The amount between the designations
            will be split evenly.
            
 
Namespace: Blackbaud.UAT.Core.Crm.DialogsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
 Syntax
Syntaxpublic static void SplitDesignations(
	Table designations,
	bool evenly
)
Public Shared Sub SplitDesignations ( 
	designations As Table,
	evenly As Boolean
)
public:
static void SplitDesignations(
	Table^ designations, 
	bool evenly
)
Parameters
- designations
- Type: Table
 Table where each row represents a designation to add.
            Each row is a mapping of the column captions to the single row's desired values.
- evenly
- Type: SystemBoolean
 Flag indicating whether or not to split the designations evenly.
 See Also
See Also