C# Syntax
public interface IC1TableCell : ITableCell
Name | Description | |
---|---|---|
ColumnName | The column header name of this cell. (Inherited from HP.LFT.SDK.WinForms.ITableCell) | |
Height | The height of this cell. (Inherited from HP.LFT.SDK.WinForms.ITableCell) | |
Value | The content of this cell. (Inherited from HP.LFT.SDK.WinForms.ITableCell) | |
Width | The width of this cell. (Inherited from HP.LFT.SDK.WinForms.ITableCell) | |
X | The X-coordinate in pixels of this cell relative to the table. (Inherited from HP.LFT.SDK.WinForms.ITableCell) | |
Y | The Y-coordinate in pixels of this cell relative to the table. (Inherited from HP.LFT.SDK.WinForms.ITableCell) |
Name | Description | |
---|---|---|
SendChars | Types the data into this cell one character at a time. | |
SetValue | Sets the cell to a new value. (Inherited from HP.LFT.SDK.WinForms.ITableCell) |