C# Syntax
public interface IUltraWinGrid : ICustomGrid
Name | Description | |
---|---|---|
![]() | ColumnCount | The number of columns in the current band. |
![]() | RowCount | The number of rows in the current band. |
![]() | TableTestObject | Returns the ITable test object this custom grid was accessed from. (Inherited from HP.LFT.SDK.WinForms.ICustomGrid) |
Name | Description | |
---|---|---|
![]() | ActivateCell | Overloaded. Double-clicks the specified cell in this grid. |
![]() | ActivateColumn | Double-clicks the specified column header in this grid. |
![]() | ActivateRow | Double-clicks the specified row header in this grid. |
![]() | AddRow | Overloaded. Adds a new row to the table band using the Add button for the corresponding band. |
![]() | CollapseRow | Overloaded. Collapses the specified row. |
![]() | ExpandRow | Overloaded. Expands the specified row. |
![]() | GetCell | Overloaded. Returns the specified cell. |
![]() | MakeCellVisible | Overloaded. Scrolls the specified cell into view. |
![]() | OpenSummaryDialog | Opens the summary dialog box for the specified column. |
![]() | SelectCell | Overloaded. Selects the specified cell in this grid. |
![]() | SelectColumn | Clicks the specified column header in this grid. |
![]() | SelectRow | Clicks the specified row header in this grid. |
![]() | SetFilter | Applies the filter to the specified column. |
![]() | Sort | Sorts the table by the specified column, ascending. |
![]() | SortDescending | Sorts the table by the specified column, descending. |