Spread Silverlight 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, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

CellRange Class
CellRange Members

 

 


Copyright © GrapeCity, inc. All rights reserved.