[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.CellRange.TryParse

TryParse Method

TryParse(string, out CellRange)

Converts a string to a cell range.

Declaration
public static bool TryParse(string s, out CellRange result)
Public Shared Function TryParse(s As String, ByRef result As CellRange) As Boolean
Parameters
Type Name Description
string s

String to be parsed

CellRange result

Cell range represented by the string. If the return value is false then result is set to null.

Returns
Type Description
bool