.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2018 by Total Control Software License: wxWindows License .. include:: headings.inc .. _wx.grid.Grid.GridSelectionModes: ========================================================================================================================================== |phoenix_title| **wx.grid.Grid.GridSelectionModes** ========================================================================================================================================== The `GridSelectionModes` enumeration provides the following values: ================================================================================ ================================================================================ **Description** **Value** ================================================================================ ================================================================================ SelectCells The default selection mode allowing selection of the individual cells as well as of the entire rows and columns. SelectRows The selection mode allowing the selection of the entire rows only. SelectColumns The selection mode allowing the selection of the entire columns only. SelectRowsOrColumns The selection mode allowing the user to select either the entire columns or the entire rows but not individual cells nor blocks. ================================================================================ ================================================================================ |