ChartDirector 7.0 (ASP/COM/VB Edition)

ChartDirector.API.RanTable


Usage

RanTable(seed, noOfCols, noOfRows)

Description

Creates a RanTable object.

Arguments

ArgumentDefaultDescription
seed(Mandatory)The seed to be used in the random number generator.
noOfCols(Mandatory)The number of columns in the random number table.
noOfRows(Mandatory)The number of rows in the random number table.

Return Value

The RanTable object created.