FlexGrid for WinForms
Item Property (Column)



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

Parameters

rowIndex
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

Column Class
Column Members

 

 


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

Send Feedback