Intersoft WebCombo Documentation
Item Property
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > Rows Class : Item Property






index

Property indexer for the collection.

Property indexer for the collection.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As WebComboRow
Visual Basic (Usage)Copy Code
Dim instance As Rows
Dim index As Integer
Dim value As WebComboRow
 
value = instance.Item(index)
C# 
public WebComboRow this( 
   int index
) {get;}
Delphi 
public  this: : WebComboRow;( 
    index: Integer
); read-only
JScript 
public  this( 
   index : int
) get : WebComboRow
Managed Extensions for C++ 
public: __property WebComboRow* get_Item( 
   int index
);
C++/CLI 
public:
property WebComboRow^ default [int] {
   WebComboRow^ get(int index);
}

Parameters

index

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.