HomeProductsSupportDownloadsOnline StoreOnLine DocumentationLicensingAbout UsContact Us
User's Manual - ActiveGantt Scheduler Component for Visual Basic .Net - The Source Code Store .Com - Professional source code for Microsoft Visual Basic and Visual Studio .NET and specialized software components.
Back to Table of Contents
Example
Send Feedback

Item Property (Tasks Collection)

Returns a reference to a specific member of the Tasks collection.

Syntax:

ActiveGanttVBNCtl.Tasks.Item(Index)

The Item Property (Tasks Collection) syntax has these parts:

 Part  Description
ActiveGanttVBNCtl.Tasks An object expression that evaluates to an ActiveGantt Schedule Control's Tasks collection.
Index An expression that specifies the position of a member of the collection. Index must be a number from 1 to the value of the Tasks collection's Count property.

Remarks:

Index must be in the range of 1 to the Count property of this collection. You can also use a valid Key instead of the Index to retrieve a Task object.

See Also:

Tasks Property , Clear Method (Tasks Collection), Count Property (Tasks Collection), Remove Method (Tasks Collection)

 

Home | Products | Support | Downloads | OnLine Store

Online Documentation | Licensing | About Us | Contact Us

Privacy Terms of use Copyright (c)2002-2005 The Source Code Store LLC. All trademarks are property of their legal owner.