FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > CellRange Class : TryParse Method |
'Declaration Public Shared Function TryParse( _ ByVal s As String, _ ByRef result As CellRange _ ) As Boolean
bool result; FarPoint.Web.Spread.Model.CellRange range; result = FarPoint.Web.Spread.Model.CellRange.TryParse("B3", out range); TextBox1.Text = result.ToString();
Dim trange As FarPoint.Web.Spread.Model.CellRange Dim result As Boolean result = FarPoint.Web.Spread.Model.CellRange.TryParse("B1", trange) TextBox1.Text = result
Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional