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