public class QTableSelection: QtSupport, System.IDisposable
System.Object
QtSupport
QTableSelectionThis type implements System.IDisposable.
Qt Namespace
QTableSelection Constructors
QTableSelection() Constructor
QTableSelection(void *) Constructor
QTableSelection Methods
QTableSelection.AnchorCol Method
QTableSelection.AnchorRow Method
QTableSelection.BottomRow Method
QTableSelection.ExpandTo Method
QTableSelection.Finalize Method
QTableSelection.Init Method
QTableSelection.IsActive Method
QTableSelection.LeftCol Method
QTableSelection.RightCol Method
QTableSelection.TopRow Method
public void QTableSelection();
Qt.QTableSelection Class, Qt Namespace
public void QTableSelection(void * ptr);
Qt.QTableSelection Class, Qt Namespace
public int AnchorCol();
Qt.QTableSelection Class, Qt Namespace
public int AnchorRow();
Qt.QTableSelection Class, Qt Namespace
public int BottomRow();
Qt.QTableSelection Class, Qt Namespace
public void ExpandTo(int row, int col);
Qt.QTableSelection Class, Qt Namespace
protected override void Finalize();
Qt.QTableSelection Class, Qt Namespace
public void Init(int row, int col);
Qt.QTableSelection Class, Qt Namespace
public bool IsActive();
Qt.QTableSelection Class, Qt Namespace
public int LeftCol();
Qt.QTableSelection Class, Qt Namespace
public int RightCol();
Qt.QTableSelection Class, Qt Namespace
public int TopRow();
Qt.QTableSelection Class, Qt Namespace