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






index

Syntax

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