Spread Silverlight Documentation
ToString Method (CellRange)


GrapeCity.Windows.SpreadSheet.Data Namespace > CellRange Class : ToString Method
Returns the string representation of the cell range.
Syntax
'Declaration
 
Public Overrides Function ToString() As System.String
'Usage
 
Dim instance As CellRange
Dim value As System.String
 
value = instance.ToString()
public override System.string ToString()

Return Value

Returns the string that represents the cell range.
See Also

Reference

CellRange Class
CellRange Members