GrapeCity.Xaml.SpreadSheet.Data
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.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

IActualValue Interface
IActualValue Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options