Interface IC1TableCell
Represents a single cell in an IC1TrueDbGrid or an IC1FlexGrid.
Inherited Members
Namespace: HP.LFT.SDK.WinForms
Assembly: HP.LFT.SDK.dll
Syntax
public interface IC1TableCell : ITableCell
Methods
SendChars(string)
Types the data into this cell one character at a time.
Declaration
void SendChars(string newValue)
Parameters
| Type | Name | Description |
|---|---|---|
| string | newValue | The value to enter. |