FlexGrid for WinForms
Item(Int32) Property



Gets or sets the cell value specified by the column index in this row.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public Overloads Property Item( _
   ByVal columnIndex As Integer _
) As Object
'Usage
 
Dim instance As Row
Dim columnIndex As Integer
Dim value As Object
 
instance.Item(columnIndex) = value
 
value = instance.Item(columnIndex)
[Browsable(false)]
public object Item( 
   int columnIndex
) {get; set;}
[Browsable(false)]
public:
property Object^ Item {
   Object^ get(int columnIndex);
   void set (int columnIndex, Object^ value);
}

Parameters

columnIndex
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Row Class
Row Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback