/*
 * $Id$
 */

/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QTableWidgetSelectionRange()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qtablewidgetselectionrange.html
 *  $ONELINER$
 *     Creates a new QTableWidgetSelectionRange object.
 *  $INHERITS$
 *     
 *  $SYNTAX$
 *     QTableWidgetSelectionRange():new( ... )
 *     QTableWidgetSelectionRange():from( pPtr_OR_oObj_of_type_QTableWidgetSelectionRange )
 *     QTableWidgetSelectionRange():configure( pPtr_OR_oObj_of_type_QTableWidgetSelectionRange )
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QTableWidgetSelectionRange
 *  $METHODS$
 *     :bottomRow()                                        -> nInt
 *     :columnCount()                                      -> nInt
 *     :leftColumn()                                       -> nInt
 *     :rightColumn()                                      -> nInt
 *     :rowCount()                                         -> nInt
 *     :topRow()                                           -> nInt
 * 
 *  $DESCRIPTION$
 * 
 *  $EXAMPLES$
 * 
 *  $TESTS$
 * 
 *  $STATUS$
 *     R
 *  $COMPLIANCE$
 *     Not Clipper compatible
 *  $PLATFORMS$
 *     Windows, Linux, Mac OS X, OS/2
 *  $VERSION$
 *     4.5 or upper
 *  $FILES$
 *     Harbour source: contrib/hbqt/qtgui/TQTableWidgetSelectionRange.prg
 *     C++ wrappers  : contrib/hbqt/qtgui/QTableWidgetSelectionRange.cpp
 *     Library       : hbqtgui
 *  $SEEALSO$
 *     
 *  $END$
 */
