DefineGridUsingXML

Defines a grid using the settings specified in an XML string.

Tip:

To define a grid by passing an XML string in an ASP Request object, use DefineGridUsingXMLFromRequest.

Syntax

<HFMwDataGrid>.DefineGridUsingXML bstrXML

Argument

Description

bstrXML

An XML string that represents the grid to be defined. The XML string is described in Data Grid Definition DTD.

Note:

The <RDIMS> and <CDIMS> tags are optional; however, if one is specified then the other must also be specified. The <POV> tag is optional; if specified, it must contain at least one <POVDIM> tag. Expansion information will be reset under the following conditions: <RDIMS> and <CDIMS> are present, or a <POVDIM> tag is present for a row or column dimension.

Input argument. String subtype.