Click or drag to resize

DataFrameBase.Cells Property

Gets reference to the DataCellCollection for this DataFrameBase.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.239-beta
Syntax
public virtual DataCellCollection Cells { get; }
View Source

Property Value

DataCellCollection

Implements

IDataFrame.Cells
See Also