Intersoft WebGrid Documentation
Item(Int32) Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > ObjectRow Class > Item Property : Item(Int32) Property






columnIndex

Syntax

Visual Basic (Declaration) 
Public Overloads Property Item( _
   ByVal columnIndex As Integer _
) As Object
Visual Basic (Usage)Copy Code
Dim instance As ObjectRow
Dim columnIndex As Integer
Dim value As Object
 
instance.Item(columnIndex) = value
 
value = instance.Item(columnIndex)
C# 
public object Item( 
   int columnIndex
) {get; set;}
Delphi 
public read-write property Item( 
    columnIndex: Integer
): TObject; 
JScript 
public function get,set Item( 
   columnIndex : int
) : Object
Managed Extensions for C++ 
public: __property Object* get_Item( 
   int columnIndex
);
public: __property void set_Item( 
   int columnIndex,
   Object* value
);
C++/CLI 
public:
property Object^ Item {
   Object^ get(int columnIndex);
   void set (int columnIndexObject^ value);
}

Parameters

columnIndex

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.