 | DesignationsDialogSplitDesignations Method |
Set the designations grid rows starting with the first row and distribute the amount evenly
if specified.
Namespace: Blackbaud.UAT.Core.Crm.DialogsAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
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 TableRow corresponds to a grid row's values.
A TableRow is a mapping of the column captions to a single row's desired values - evenly
- Type: SystemBoolean
Flag indicating whether to split the designations evenly
See Also