com.hp.lft.sdk.winforms

Interface C1TrueDbGrid

    • Method Detail

      • 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 an error occurs during execution.
      • activateColumn

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