GrapeCity.Xaml.SpreadSheet.Data
GetValue(Int32,Int32) Method


GrapeCity.Xaml.SpreadSheet.Data Namespace > IActualValue Interface > GetValue Method : GetValue(Int32,Int32) Method
The row.
The column.
Gets the value with a specified row and column.
Syntax
'Declaration
 
Overloads Function GetValue( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As Object
'Usage
 
Dim instance As IActualValue
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.
column
The column.
See Also

Reference

IActualValue Interface
IActualValue Members
Overload List