[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.CellRange.Parse

Parse Method

Parse(string)

Converts a string to a cell range.

Declaration
public static CellRange Parse(string s)
Public Shared Function Parse(s As String) As CellRange
Parameters
Type Name Description
string s

String to be parsed

Returns
Type Description
CellRange
Exceptions
Type Condition
ArgumentNullException

s is a null reference (Nothing in Visual Basic).

FormatException

s does not represent a cell range.