Spread for ASP.NET 12 Product Documentation
GetDataKey Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : GetDataKey Method
Row index
Gets the identifier for the specified row if it is visible.
Syntax
'Declaration
 
Public Function GetDataKey( _
   ByVal row As Integer _
) As Object
'Usage
 
Dim instance As SheetView
Dim row As Integer
Dim value As Object
 
value = instance.GetDataKey(row)
public object GetDataKey( 
   int row
)

Parameters

row
Row index
See Also

Reference

SheetView Class
SheetView Members