ComponentOne List 8.0 for ActiveX
AppendColumns Method (XArrayDB)

 

XArrayDB Reference> XArrayDB Object Methods> AppendColumns Method (XArrayDB)

AppendColumns Method (XArrayDB)

This method appends count columns to an XArrayDB object and returns the number of columns successfully appended.

Syntax

XArrayDB.AppendColumns ([count])

Arguments

count is an optional long integer specifying the number of columns to be appended. If omitted, this argument defaults to 1.

Return Value

A long integer specifying the number of columns successfully appended.

Remarks

Method applies to XArrayDB object.

This method is provided for convenience; the following statements are equivalent:

MyArray.AppendColumns n

MyArray.InsertColumns MyArray.UpperBound(2) + 1, n

See Also

XArrayDB Object

 

 


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

Product Support Forum  |  Documentation Feedback