Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / IMatrixData Interface / GetValue Method
The row index
The column index


In This Topic
    GetValue Method (IMatrixData)
    In This Topic
    Gets the value.
    Syntax
    'Declaration
     
    
    Function GetValue( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As Object
    'Usage
     
    
    Dim instance As IMatrixData
    Dim row As Integer
    Dim column As Integer
    Dim value As Object
     
    value = instance.GetValue(row, column)
    object GetValue( 
       int row,
       int column
    )

    Parameters

    row
    The row index
    column
    The column index
    See Also