ValueList.FillChecks
Syntax:
Parameters:
<CheckMarkValue> (required)
Value of the check mark being set for all list of values items.
Description:
Availability:
Example:
// Mark for all lines List.FillChecks(True); // Unmark all lines List.FillChecks(False); |