IUltraWinGrid Interface
An Infragistics UltraWinGrid object.

C# Syntax

public interface IUltraWinGrid : ICustomGrid  
Public Properties
 NameDescription
PropertyColumnCountThe number of columns in the current band.  
PropertyRowCountThe number of rows in the current band.  
PropertyTableTestObjectReturns the ITable test object this custom grid was accessed from. (Inherited from HP.LFT.SDK.WinForms.ICustomGrid)
Top
Public Methods
 NameDescription
MethodActivateCellOverloaded. Double-clicks the specified cell in this grid.  
MethodActivateColumnDouble-clicks the specified column header in this grid.  
MethodActivateRowDouble-clicks the specified row header in this grid.  
MethodAddRowOverloaded. Adds a new row to the table band using the Add button for the corresponding band.  
MethodCollapseRowOverloaded. Collapses the specified row.  
MethodExpandRowOverloaded. Expands the specified row.  
MethodGetCellOverloaded. Returns the specified cell.  
MethodMakeCellVisibleOverloaded. Scrolls the specified cell into view.  
MethodOpenSummaryDialogOpens the summary dialog box for the specified column.  
MethodSelectCellOverloaded. Selects the specified cell in this grid.  
MethodSelectColumnClicks the specified column header in this grid.  
MethodSelectRowClicks the specified row header in this grid.  
MethodSetFilterApplies the filter to the specified column.  
MethodSortSorts the table by the specified column, ascending.  
MethodSortDescendingSorts the table by the specified column, descending.  
Top