Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / Parser Class / ParseChartDataSource Method
String to convert
Base row position
Base column position
Whether to use R1C1 notation
Table of custom functions
Table of custom names
Array list of data models


In This Topic
    ParseChartDataSource Method
    In This Topic
    Converts the string to an Expression object.
    Syntax
    'Declaration
     
    
    Public Function ParseChartDataSource( _
       ByVal text As String, _
       ByVal baseRow As Integer, _
       ByVal baseColumn As Integer, _
       ByVal useR1C1 As Boolean, _
       ByVal customFunctions As Hashtable, _
       ByVal customNames As Hashtable, _
       ByVal dataModels As ArrayList _
    ) As Expression
    'Usage
     
    
    Dim instance As Parser
    Dim text As String
    Dim baseRow As Integer
    Dim baseColumn As Integer
    Dim useR1C1 As Boolean
    Dim customFunctions As Hashtable
    Dim customNames As Hashtable
    Dim dataModels As ArrayList
    Dim value As Expression
     
    value = instance.ParseChartDataSource(text, baseRow, baseColumn, useR1C1, customFunctions, customNames, dataModels)

    Parameters

    text
    String to convert
    baseRow
    Base row position
    baseColumn
    Base column position
    useR1C1
    Whether to use R1C1 notation
    customFunctions
    Table of custom functions
    customNames
    Table of custom names
    dataModels
    Array list of data models
    See Also