Click or drag to resize
FrameDataRowKeys Property
A sequence of keys for all rows. Individual key is an array which contains multiple values for hierarchical indices

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public IEnumerable<Object[]> RowKeys { get; }

Property Value

Type: IEnumerableObject

[Missing <value> documentation for "P:Deedle.FrameData.RowKeys"]

See Also