This class represents a collection of TextLEDRows.
            
    Namespace: 
   PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
 Syntax
Syntax
| C# | 
|---|
| public class TextLEDRowCollection : ReadOnlyCollectionBase | 
| Visual Basic (Declaration) | 
|---|
| Public Class TextLEDRowCollection _ Inherits ReadOnlyCollectionBase | 
| Visual C++ | 
|---|
| public ref class TextLEDRowCollection : public ReadOnlyCollectionBase | 
 Remarks
Remarks
            This class contains the count of the total number of rows on the TextLED and the indexer for accessing these display rows.
            
 Inheritance Hierarchy
Inheritance Hierarchy
System..::.Object
System.Collections..::.ReadOnlyCollectionBase
Phidgets..::.TextLEDRowCollection
System.Collections..::.ReadOnlyCollectionBase
Phidgets..::.TextLEDRowCollection





