ComponentOne List 8.0 for ActiveX
AppendRows Method (XArrayDB)

 

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

AppendRows Method (XArrayDB)

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

Syntax

XArrayDB.AppendRows ([count])

Arguments

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

Return Value

A long integer specifying the number of rows successfully appended.

Remarks

Method applies to XArrayDB object.

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

MyArray.AppendRows n

MyArray.InsertRows MyArray.UpperBound(1) + 1, n

See Also

XArrayDB Object

 

 


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

Product Support Forum  |  Documentation Feedback