IC1TableCell Interface
Represents a single cell in an IC1TrueDbGrid or an IC1FlexGrid.

C# Syntax

public interface IC1TableCell : ITableCell  
Public Properties
 NameDescription
PropertyColumnNameThe column header name of this cell. (Inherited from HP.LFT.SDK.WinForms.ITableCell)
PropertyHeightThe height of this cell. (Inherited from HP.LFT.SDK.WinForms.ITableCell)
PropertyValueThe content of this cell. (Inherited from HP.LFT.SDK.WinForms.ITableCell)
PropertyWidthThe width of this cell. (Inherited from HP.LFT.SDK.WinForms.ITableCell)
PropertyXThe X-coordinate in pixels of this cell relative to the table. (Inherited from HP.LFT.SDK.WinForms.ITableCell)
PropertyYThe Y-coordinate in pixels of this cell relative to the table. (Inherited from HP.LFT.SDK.WinForms.ITableCell)
Top
Public Methods
 NameDescription
MethodSendCharsTypes the data into this cell one character at a time.  
MethodSetValueSets the cell to a new value. (Inherited from HP.LFT.SDK.WinForms.ITableCell)
Top