Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.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)

Parameters

row
The row index
column
The column index
See Also