Column.Count

Description

The number of columns in the DataWindow object.

Applies to

DataWindows

Syntax

Describe argument:

"DataWindow.Column.Count"

Usage


In the painter

The value is determined by the number of columns you select in the SQL Select painter, whether or not they are displayed.

NoteColumn limit There is a limit of 1000 on the number of columns in a report.

Examples

Example 1

ls_colcount = dw1.Describe("DataWindow.Column.Count")