FlexGrid for WinForms
DataDisplay Property



Gets the value in cell (r1, c1), formatted as a string.
Syntax
'Declaration
 
Public ReadOnly Property DataDisplay As String
'Usage
 
Dim instance As CellRange
Dim value As String
 
value = instance.DataDisplay
public string DataDisplay {get;}
public:
property String^ DataDisplay {
   String^ 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).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CellRange Structure
CellRange Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback