Spread Windows Forms 12.0 Product Documentation
GetValue Method (ISegmentMatrixData)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Chart Namespace > ISegmentMatrixData Interface : GetValue Method
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

Reference

ISegmentMatrixData Interface
ISegmentMatrixData Members