ComponentOne True DataControl 8.0
AppendRows Method (XArrayDB)

Syntax

XArrayDB.AppendRows ([count])

Method applies to XArrayDB object.

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.

Description

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

MyArray.AppendRows n

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

 

 


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

Product Support Forum  |  Documentation Feedback