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