Sets the type of lines to be drawn between non-fixed cells.
int SetGridLines( int nGridLines )
Returns the original setting
Example codes can be pasted to GridControl's examples to run
m_GridCtrl.SetGridLines(flexGridFlatVert); //add in OnInitDialog()
GridControl.h