ComponentOne VSFlexGrid 8.0
LoadArray Method

Loads the control with data from a Variant array or from another FlexGrid control.

Syntax

[form!]VSFlexGrid.LoadArray [ VariantArray As Variant ], [ RowDim As Long ], [ ColDim As Long ], [ PageDim As Long ], [ CurrentPage As Long]

Remarks

The LoadArray method loads the grid with data from a Variant array or from another grid. It is identical to the BindToArray method, except BindToArray keeps the grid connected to the source array or control. LoadArray simply loads the data and does not keep a connection between the control and the data source.

For a description of the parameters and some examples, see the BindToArray method.

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback