ListColumns.Set
Syntax:
Parameters:
<Columns> (required)
Names of columns being set, separated by commas. Depend on the application object.
Description:
Availability:
Example:
// Let's set new columns in the catalog list, // connected with the table box: List.Columns.Set("Code, Name"); |