Sets the display string of a row.
Namespace:
PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
Syntax
| C# |
|---|
public string DisplayString { set; } |
| Visual Basic (Declaration) |
|---|
Public WriteOnly Property DisplayString As String |
| Visual C++ |
|---|
public: property String^ DisplayString { void set (String^ value); } |
Remarks
If the string is longer then the row, it will be truncated.
Exceptions
| Exception | Condition |
|---|---|
| Phidgets..::.PhidgetException | If this Phidget is not opened and attached, or if the row is out of range. |