Interface C1TrueDbGrid

All Superinterfaces:
ComponentOneGrid, CustomGrid

public interface C1TrueDbGrid extends ComponentOneGrid
A ComponentOne C1TrueDBGrid control.
  • Method Details

    • activateColumn

      void activateColumn(int column) throws GeneralLeanFtException
      Double-clicks the specified column header in a grid.
      Parameters:
      column - 0-based column index.
      Throws:
      GeneralLeanFtException - if error occurs during execution
    • activateColumn

      void activateColumn(String columnHeader) throws GeneralLeanFtException
      Double-clicks the specified column header in a grid.
      Parameters:
      columnHeader - the column caption.
      Throws:
      GeneralLeanFtException - if error occurs during execution