Click or drag to resize
ColumnSeriesTRowKey, TColumnKeyGetByLevel Method

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public Frame<TRowKey, TColumnKey> GetByLevel(
	ICustomLookup<TColumnKey> level
)

Parameters

level
Type: DeedleICustomLookupTColumnKey

[Missing <param name="level"/> documentation for "M:Deedle.ColumnSeries`2.GetByLevel(Deedle.ICustomLookup{`1})"]

Return Value

Type: FrameTRowKey, TColumnKey

[Missing <returns> documentation for "M:Deedle.ColumnSeries`2.GetByLevel(Deedle.ICustomLookup{`1})"]

See Also