Click or drag to resize
FrameTRowKey, TColumnKeyItem Property (TColumnKey, TRowKey)
[category:Accessors and slicing]

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public Object this[
	TColumnKey column,
	TRowKey row
] { get; }

Parameters

column
Type: TColumnKey
row
Type: TRowKey

Property Value

Type: Object

[Missing <value> documentation for "P:Deedle.Frame`2.Item(`1,`0)"]

See Also