ComponentOne FlexGrid for WinForms
Data Property (CellRange)

C1.Win.C1FlexGrid Namespace > CellRange Structure : Data Property
Gets or sets the data stored in the range.
Syntax
'Declaration
 
Public Property Data As Object
public object Data {get; set;}
Remarks
When getting, this property returns the value in the first cell of the range (r1, c1). When setting, it stores the given value in every cell within the range.
See Also

Reference

CellRange Structure
CellRange Members