com.hp.lft.sdk.winforms

Interface ListView

    • Method Detail

      • getVisibleColumnsCount

        int getVisibleColumnsCount()
                            throws GeneralLeanFtException
        Returns the number of visible columns in the list-view object.
        Returns:
        the number of visible columns
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • getColumnHeader

        java.lang.String getColumnHeader(int columnIndex)
                                  throws GeneralLeanFtException
        Returns the header text of the specified (report-style) list-view column.
        Parameters:
        columnIndex - the 0-based index of the list column
        Returns:
        the header text
        Throws:
        GeneralLeanFtException - if an error occurs during execution.