ComponentOne FlexGrid for WinForms
DataDisplay Property

C1.Win.C1FlexGrid Namespace > CellRange Structure : DataDisplay Property
Gets the value in cell (r1, c1), formatted as a string.
Syntax
'Declaration
 
Public ReadOnly Property DataDisplay As String
public string DataDisplay {get;}
Remarks
This property is similar to the Clip property, except Clip returns a tab-delimited string containing data in the entire range, and DataDisplay returns the contents of the first cell only (r1, c1).
See Also

Reference

CellRange Structure
CellRange Members