C1.Silverlight.FlexGrid.5
Item(Column) Property

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 col As Column _
) As System.Object
public System.object Item( 
   Column col
) {get; set;}

Parameters

col
Column that contains the data.

Property Value

The data stored in this row at a specific column.
See Also

Reference

Row Class
Row Members
Overload List

 

 


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