Spread Windows Forms 11.0 Product Documentation
GetValue Method (IMatrixData)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > IMatrixData Interface : GetValue Method
The row index
The column index
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

Reference

IMatrixData Interface
IMatrixData Members