ComponentOne FlexGrid for UWP
Item(String) Property

C1.UWP.FlexGrid Assembly > C1.Xaml.FlexGrid Namespace > Row Class > Item Property : Item(String) Property
Name of the Column that contains the data.
Gets or sets the data stored in this row at a specific column.
Syntax
'Declaration
 
Public Overloads Property Item( _
   ByVal colName As System.String _
) As System.Object
public System.object Item( 
   System.string colName
) {get; set;}

Parameters

colName
Name of the Column that contains the data.

Property Value

The data stored in this row at a specific column.
Remarks
Columns are identified by their Column.ColumnName property.
See Also

Reference

Row Class
Row Members
Overload List