ChartOfCalculationTypesSelection.<Chart of calculation types name>.Next
Syntax:
Returned value:
True - next calculation type selected; False - end of selection reached.
Description:
Availability:
Example:
Selection = ChartsOfCalculationTypes.OrganizationsDeduction.Select(); While Selection.Next() Do // process selection // ... EndDo; |