IC1TrueDBGrid Interface
A ComponentOne C1TrueDBGrid control.

C# Syntax

public interface IC1TrueDBGrid : IComponentOneGrid, ICustomGrid  
Public Properties
 NameDescription
PropertyRowsReturns the rows. (Inherited from HP.LFT.SDK.WinForms.IComponentOneGrid)
PropertyTableTestObjectReturns the ITable test object this custom grid was accessed from. (Inherited from HP.LFT.SDK.WinForms.ICustomGrid)
Top
Public Methods
 NameDescription
MethodActivateCellDouble-clicks the specified cell in this grid. (Inherited from HP.LFT.SDK.WinForms.IComponentOneGrid)
MethodActivateColumnOverloaded. Double-clicks the specified grid column header.  
MethodCollapseRowCollapses the specified row. (Inherited from HP.LFT.SDK.WinForms.IComponentOneGrid)
MethodExpandRowExpands the specified row. (Inherited from HP.LFT.SDK.WinForms.IComponentOneGrid)
MethodGetCellReturns a cell in the grid. (Inherited from HP.LFT.SDK.WinForms.IComponentOneGrid)
MethodMakeCellVisibleScrolls the specified cell into view. (Inherited from HP.LFT.SDK.WinForms.IComponentOneGrid)
MethodOpenCellElementSelects the specified cell and opens a cell's pop-up cell element. (Inherited from HP.LFT.SDK.WinForms.IComponentOneGrid)
MethodSelectCellSelects the specified cell in this grid. (Inherited from HP.LFT.SDK.WinForms.IComponentOneGrid)
MethodSelectColumnSelects (clicks) the specified column header in a grid. (Inherited from HP.LFT.SDK.WinForms.IComponentOneGrid)
MethodSetFilterApplies the specified filter string to the specified column. (Inherited from HP.LFT.SDK.WinForms.IComponentOneGrid)
MethodSortSorts this table by the specified column (ascending). (Inherited from HP.LFT.SDK.WinForms.IComponentOneGrid)
MethodSortDescendingSorts this table by the specified column (descending). (Inherited from HP.LFT.SDK.WinForms.IComponentOneGrid)
Top