| FrameTRowKey, TColumnKeyGetRowKeyAt Method |
Returns the row key that is located at the specified int offset.
If the index is invalid, `ArgumentOutOfRangeException` is thrown.
You can get the corresponding row using `GetRowAt`.
## Parameters
- `index` - Offset (integer) of the row key to be returned
[category:Accessors and slicing]
Namespace:
Deedle
Assembly:
Deedle (in Deedle.dll) Version: 1.2
Syntax public TRowKey GetRowKeyAt(
long index
)
Parameters
- index
- Type: SystemInt64
[Missing <param name="index"/> documentation for "M:Deedle.Frame`2.GetRowKeyAt(System.Int64)"]
Return Value
Type:
TRowKey[Missing <returns> documentation for "M:Deedle.Frame`2.GetRowKeyAt(System.Int64)"]
See Also