Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / CellRange Class / Parse Method
String to be parsed


Parse Method (CellRange)
Converts a string to a cell range.
Syntax
'Declaration
 
Public Shared Function Parse( _
   ByVal s As String _
) As CellRange
 
'Usage
 
Dim s As String
Dim value As CellRange
 
value = CellRange.Parse(s)

Parameters

s
String to be parsed
Exceptions
ExceptionDescription
s is a null reference (Nothing in Visual Basic).
s does not represent a cell range.
See Also