Click or drag to resize
FrameDataColumnKeys Property
A sequence of keys for all column. 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[]> ColumnKeys { get; }

Property Value

Type: IEnumerableObject

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

See Also