Intersoft ClientUI Documentation
Item Property
See Also  Send Feedback
Intersoft.Client.Documents Namespace > TableRowCollection Class : Item Property






index

Syntax

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

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 All Rights Reserved.