InDesign2026
API 21.5.1.73
Collection of DialogColumn

DialogColumns

A collection of dialog columns.

Properties

NameType AccessDescription
Number readonly The number of objects in the collection.

Methods

DialogColumn

Returns the DialogColumn with the specified index.

index Number The index.
DialogColumn

Creates a new DialogColumn.

withProperties? Object Initial values for properties of the new DialogColumn
DialogColumn

Returns any DialogColumn in the collection.

Number

Displays the number of elements in the DialogColumn.

DialogColumn[]

Returns every DialogColumn in the collection.

DialogColumn

Returns the first DialogColumn in the collection.

DialogColumn

Returns the DialogColumn with the specified index or name.

index LongInteger | String The index or name. Can accept: Long Integer or String.
DialogColumn

Returns the DialogColumn with the specified ID.

id Number The ID.
DialogColumn[]

Returns the DialogColumns within the specified range.

from DialogColumn | LongInteger | String The DialogColumn, index, or name at the beginning of the range. Can accept: DialogColumn, Long Integer or String.
to DialogColumn | LongInteger | String The DialogColumn, index, or name at the end of the range. Can accept: DialogColumn, Long Integer or String.
DialogColumn

Returns the last DialogColumn in the collection.

DialogColumn

Returns the middle DialogColumn in the collection.

DialogColumn

Returns the DialogColumn whose index follows the specified DialogColumn in the collection.

obj DialogColumn The DialogColumn whose index comes before the desired DialogColumn.
DialogColumn

Returns the DialogColumn with the index previous to the specified index.

obj DialogColumn The index of the DialogColumn that follows the desired DialogColumn.
String

Generates a string which, if executed, will return the DialogColumn.

Object of 4

Properties elsewhere that hold a DialogColumns.