|
DataCellCollectionItem Property
|
Gets or sets
DataCell at specified
index.
Namespace: GSF.PhasorProtocols.IEEE1344Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.246-beta
Syntaxpublic DataCell this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As DataCell
Get
Set
function get_Item(index);
function set_Item(value);
View SourceParameters
- index Int32
- Index of value to get or set.
Property Value
DataCell
See Also