ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / CellRange Structure / DataDisplay Property

In This Topic
    DataDisplay Property
    In This Topic
    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