Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Chart Namespace / ISegmentMatrixData Interface / GetValue Method


In This Topic
    GetValue Method (ISegmentMatrixData)
    In This Topic
    Get the value.
    Syntax
    'Declaration
     
    
    Function GetValue( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As Object
    'Usage
     
    
    Dim instance As ISegmentMatrixData
    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
    column
    See Also