Spread for ASP.NET 12 Product Documentation
GetKey Method (IDataKeySupport)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > IDataKeySupport Interface : GetKey Method
Row or column index
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

Key at the specified index
See Also

Reference

IDataKeySupport Interface
IDataKeySupport Members