Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / GetDataKey Method
Row index
Example


In This Topic
    GetDataKey Method
    In This Topic
    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

    Return Value

    Object containing the identifier for the specified row
    Example
    This example returns the key for the specified row after an update.
    See Also