C# Syntax
public interface IC1FlexGrid : IComponentOneGrid, ICustomGrid
Name | Description | |
---|---|---|
![]() | Rows | Returns the rows. (Inherited from HP.LFT.SDK.WinForms.IComponentOneGrid) |
![]() | TableTestObject | Returns the ITable test object this custom grid was accessed from. (Inherited from HP.LFT.SDK.WinForms.ICustomGrid) |
Name | Description | |
---|---|---|
![]() | ActivateCell | Double-clicks the specified cell in this grid. (Inherited from HP.LFT.SDK.WinForms.IComponentOneGrid) |
![]() | CollapseRow | Collapses the specified row. (Inherited from HP.LFT.SDK.WinForms.IComponentOneGrid) |
![]() | ExpandRow | Expands the specified row. (Inherited from HP.LFT.SDK.WinForms.IComponentOneGrid) |
![]() | GetCell | Returns a cell in the grid. (Inherited from HP.LFT.SDK.WinForms.IComponentOneGrid) |
![]() | MakeCellVisible | Scrolls the specified cell into view. (Inherited from HP.LFT.SDK.WinForms.IComponentOneGrid) |
![]() | OpenCellElement | Selects the specified cell and opens a cell's pop-up cell element. (Inherited from HP.LFT.SDK.WinForms.IComponentOneGrid) |
![]() | SelectCell | Selects the specified cell in this grid. (Inherited from HP.LFT.SDK.WinForms.IComponentOneGrid) |
![]() | SelectColumn | Selects (clicks) the specified column header in a grid. (Inherited from HP.LFT.SDK.WinForms.IComponentOneGrid) |
![]() | SetFilter | Applies the specified filter string to the specified column. (Inherited from HP.LFT.SDK.WinForms.IComponentOneGrid) |
![]() | Sort | Sorts this table by the specified column (ascending). (Inherited from HP.LFT.SDK.WinForms.IComponentOneGrid) |
![]() | SortDescending | Sorts this table by the specified column (descending). (Inherited from HP.LFT.SDK.WinForms.IComponentOneGrid) |