Interface IC1TableCell
Represents a single cell in an IC1TrueDbGrid or an IC1FlexGrid.
public interface IC1TableCell : ITableCell
- Inherited Members
Methods
SendChars(string)
Types the data into this cell one character at a time.
void SendChars(string newValue)
Parameters
newValuestringThe value to enter.