FlexGrid for WinForms
Item(String) Property



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

Parameters

columnName
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