ComponentOne True DataControl 8.0
AppendColumns Method (XArrayDB)

Syntax

XArrayDB.AppendColumns ([count])

Method applies to XArrayDB object.

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.

Description

This method appends count columns to an XArrayDB object and returns the number of columns successfully appended. This method is provided for convenience; the following statements are equivalent:

MyArray.AppendColumns n

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

 

 


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

Product Support Forum  |  Documentation Feedback