ComponentOne List 8.0 for ActiveX
Item Method

 

Item Method

Use the Item method to access a specific member of a True DBList collection.

Syntax

object.Item(index)

Arguments

index is an expression that specifies the collection member to be accessed.

Return Value

A reference to the specified object.

Remarks

Method applies to Columns, GroupColumns, Layouts, PrintInfos, SelBookmarks, Splits, Styles, and ValueItems collections.

All collections accept a zero-based index argument. The Columns, GroupColumns, Layouts, PrintInfos, and Styles collections also accept named arguments.

Note: The Item method is not required. The following expressions are equivalent:

TDBList1.Columns(0)

TDBList1.Columns.Item(0)

See Also

Column Object, Columns Collection

GroupColumns Object

Layouts Object

PrintInfo Object, PrintInfos Collection

SelBookmarks Object

Split Object, Splits Collection

Style Object, Styles Collection

ValueItem Object, ValueItems Collection

 

 


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

Product Support Forum  |  Documentation Feedback