Spread WPF Documentation
Parse Method (CellRange)


The string to be parsed.
Converts a string to a cell range.
Syntax
'Declaration
 
Public Shared Function Parse( _
   ByVal s As System.String _
) As CellRange
'Usage
 
Dim s As System.String
Dim value As CellRange
 
value = CellRange.Parse(s)
public static CellRange Parse( 
   System.string s
)

Parameters

s
The string to be parsed.

Return Value

Returns the cell range that was parsed from the string.
Exceptions
ExceptionDescription
System.ArgumentNullExceptions is a null reference (Nothing in Visual Basic).
System.FormatExceptions does not represent a cell range.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

CellRange Class
CellRange Members

 

 


Copyright © GrapeCity, inc. All rights reserved.