Spread Silverlight Documentation
Parse Method (CellRange)


GrapeCity.Windows.SpreadSheet.Data Namespace > CellRange Class : Parse Method
The string to be parsed.
Converts a string to a cell range.
Syntax
'Declaration
 
Public Shared Function Parse( _
   ByVal s As System.String _
) As CellRange
'Usage
 
Dim s As System.String
Dim value As CellRange
 
value = CellRange.Parse(s)
public static CellRange Parse( 
   System.string s
)

Parameters

s
The string to be parsed.

Return Value

Returns the cell range that was parsed from the string.
Exceptions
ExceptionDescription
s is a null reference (Nothing in Visual Basic).
s does not represent a cell range.
See Also

Reference

CellRange Class
CellRange Members