wx.grid.Grid.CellSpanΒΆThe CellSpan enumeration provides the following values:
| Description | Value |
|---|---|
| CellSpan_Inside | This cell is inside a span covered by another cell. |
| CellSpan_None | This is a normal, non-spanning cell. |
| CellSpan_Main | This cell spans several physical wx.grid.Grid cells. |