CopyArrayData Method

In the Visual Basic language, this method can be used to pass a data array to the control.

Syntax

success = object.CopyArrayData (array)

Parameters

array
A Visual Basic array that contains the data to be displayed.

Return Value

success
A Boolean value indicating success (TRUE) or failure (FALSE).

Remarks

CopyArrayData completely replaces any data that may have been previously passed to the control by the FileName property or CopyArrayData method.

See Also

FileName