| 
            
              DataCellCollectionItem Property
             | 
          
        
        
            Gets or sets 
DataCell at specified 
index.
            
 
        
        Namespace: GSF.PhasorProtocols.MacrodyneAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-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