[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.DefaultSheetDataModel.GetKey

GetKey Method

GetKey(int)

Gets a key for the specified row or column.

Declaration
public object GetKey(int index)
Public Function GetKey(index As Integer) As Object
Parameters
Type Name Description
int index

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

Returns
Type Description
object

Object to identify the row or the column

Implements