'Declaration Public Shared Function Parse( _ ByVal s As String _ ) As CellRange
'Declaration
Public Shared Function Parse( _ ByVal s As String _ ) As CellRange
'Usage Dim s As String Dim value As CellRange value = CellRange.Parse(s)
'Usage
Dim s As String Dim value As CellRange value = CellRange.Parse(s)
public static CellRange Parse( string s )
CellRange Class CellRange Members