Click or drag to resize

DataCellCollectionItem Property

Gets or sets DataCell at specified index.

Namespace: GSF.PhasorProtocols.Macrodyne
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public DataCell this[
	int index
] { get; set; }
View Source

Parameters

index  Int32
Index of value to get or set.

Property Value

DataCell
See Also