XArrayDB Reference > XArrayDB Methods > AppendColumns Method (XArrayDB) |
This method appends count columns to an XArrayDB object and returns the number of columns successfully appended.
XArrayDB.AppendColumns ([count])
count is an optional long integer specifying the number of columns to be appended. If omitted, this argument defaults to 1.
A long integer specifying the number of columns successfully appended.
This method is provided for convenience; the following statements are equivalent:
MyArray.InsertColumns MyArray.UpperBound(2) + 1, n