Click or drag to resize
FrameTRowKey, TColumnKeyGetColumnAtR Method
[category:Series operations]

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public Series<TRowKey, R> GetColumnAt<R>(
	int index
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Deedle.Frame`2.GetColumnAt``1(System.Int32)"]

Type Parameters

R

Return Value

Type: SeriesTRowKey, R

[Missing <returns> documentation for "M:Deedle.Frame`2.GetColumnAt``1(System.Int32)"]

See Also