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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > DefaultSheetDataModel Class : GetKey Method
If UseRowIndex is true, this is the row index; otherwise, this is the column index
Gets a key for the specified row or column.
Syntax
'Declaration
 
Public Function GetKey( _
   ByVal index As Integer _
) As Object
'Usage
 
Dim instance As DefaultSheetDataModel
Dim index As Integer
Dim value As Object
 
value = instance.GetKey(index)
public object GetKey( 
   int index
)

Parameters

index
If UseRowIndex is true, this is the row index; otherwise, this is the column index

Return Value

Object to identify the row or the column
See Also

Reference

DefaultSheetDataModel Class
DefaultSheetDataModel Members