GetColumn method: AnalyticGrid class

Syntax

GetColumn(ColumnName)

Description

Use the GetColumn method to instantiate an AnalyticGridColumn object.

Note:

The properties for an AnalyticGridColumn and a GridColumn are the same. Any differences are indicated in the description for the GridColumn property.

Specify the grid column name in the page field properties for that field, consisting of any combination of uppercase letters, digits and "#", "$", "@", and "_".

To specify a grid column name:

  1. Open the page in Application Designer, select the analytic grid and access the Analytic Grid control properties.

  2. On the General tab, type the new grid name in Page Field Name.

Parameters

Parameter Description

ColumnName

Specify the name of the column that you want to access.

Returns

An AnalyticGridColumn object.

Note:

The properties for an AnalyticGridColumn and a GridColumn are the same. Any differences are indicated in the description for the GridColumn property.

Related Topics