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

Parameters

row
column
See Also