Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / IDataKeySupport Interface / GetKey Method
Row or column index


In This Topic
    GetKey Method (IDataKeySupport)
    In This Topic
    Gets a key for the specified row or column.
    Syntax
    'Declaration
     
    
    Function GetKey( _
       ByVal index As Integer _
    ) As Object
    'Usage
     
    
    Dim instance As IDataKeySupport
    Dim index As Integer
    Dim value As Object
     
    value = instance.GetKey(index)
    object GetKey( 
       int index
    )

    Parameters

    index
    Row or column index

    Return Value

    Object associated with this row or column as its key
    See Also