ChartDirector 7.0 (ASP/COM/VB Edition)

DBTable.getRow


Usage

getRow(i)

Description

Gets the requested row of the table as an array.

Arguments

ArgumentDefaultDescription
i(Mandatory)The row number. The first row is 0. The nth row is (n - 1).

Return Value

An array representing the row.