Xceed DataGrid for Silverlight Documentation
ToString Method (Cell)


Retrieves the string representation of the current instance.
Syntax
'Declaration
 
Public Overrides Function ToString() As String
'Usage
 
Dim instance As Cell
Dim value As String
 
value = instance.ToString()
public override string ToString()

Return Value

A string representing the current instance.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

Cell Class
Cell Members
Base Implementation in ToString

Send Feedback