[]
        
(Showing Draft Content)

C1.Win.FlexGrid.CellRange.DataDisplay

DataDisplay Property

DataDisplay

Gets the value in cell (r1, c1), formatted as a string.

Declaration
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).