ChartDirector 7.1 (.NET Edition)

DBTable.getColAsObj


Usage

[C#]public Object[] getColAsObj(int i);
[VB]Public Function getColAsObj(i As Integer) As Object()

Description

Gets the requested column of the table as an array of .NET Objects.

Arguments

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

Return Value

An array of .NET Objects representing the column.