Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ModelessForm Class / ParseCellRange Method
The formula.


In This Topic
ParseCellRange Method
In This Topic
Parses the cell range.
Syntax
'Declaration
 
Protected Function ParseCellRange( _
   ByVal formula As String _
) As SheetCellRange
 
'Usage
 
Dim instance As ModelessForm
Dim formula As String
Dim value As SheetCellRange
 
value = instance.ParseCellRange(formula)

Parameters

formula
The formula.
See Also