-\func{void}{SetDefaultCellAlignment}{\param{int }{horiz}, \param{int }{vert}}
-
-Sets the default horizontal and vertical alignment for grid cell text.
-
-Horizontal alignment should be one of wxALIGN\_LEFT, wxALIGN\_CENTRE or wxALIGN\_RIGHT.
-
-Vertical alignment should be one of wxALIGN\_TOP, wxALIGN\_CENTRE or wxALIGN\_BOTTOM.
-
-\membersection{wxGrid::SetDefaultCellBackgroundColour}\label{wxgridsetdefaultcellbackgroundcolour}
-
-\func{void}{SetDefaultCellBackgroundColour}{\param{const wxColour\&}{ colour}}
-
-Sets the default background colour for grid cells.
-
-\membersection{wxGrid::SetDefaultCellFont}\label{wxgridsetdefaultcellfont}
-
-\func{void}{SetDefaultCellFont}{\param{const wxFont\&}{ font}}
-
-Sets the default font to be used for grid cell text.
-
-\membersection{wxGrid::SetDefaultEditor}\label{wxgridsetdefaulteditor}
-
-\func{void}{SetDefaultEditor}{\param{wxGridCellEditor* }{editor}}
-
-Sets the default editor for grid cells. The grid will take ownership of the pointer.
-
-See \helpref{wxGridCellEditor}{wxgridcelleditor} and
-the \helpref{wxGrid overview}{gridoverview} for more information about cell editors and renderers.
-
-\membersection{wxGrid::SetDefaultRenderer}\label{wxgridsetdefaultrenderer}
-
-\func{void}{SetDefaultRenderer}{\param{wxGridCellRenderer* }{renderer}}
-
-Sets the default renderer for grid cells. The grid will take ownership of the pointer.
-
-See \helpref{wxGridCellRenderer}{wxgridcellrenderer} and
-the \helpref{wxGrid overview}{gridoverview} for more information about cell editors and renderers.
-
-\membersection{wxGrid::SetDefaultColSize}\label{wxgridsetdefaultcolsize}
-
-\func{void}{SetDefaultColSize}{\param{int }{width}, \param{bool }{resizeExistingCols = false}}
-
-Sets the default width for columns in the grid. This will only affect columns subsequently added to
-the grid unless resizeExistingCols is true.