2.2.6.17.106 GridControl::SetGridLines


Description

Sets the type of lines to be drawn between non-fixed cells.

Syntax

int SetGridLines( int nGridLines )

Parameters

nGridLines
[input] GridStyleSettings

Return

Returns the original setting

Examples

Example codes can be pasted to GridControl's examples to run

m_GridCtrl.SetGridLines(flexGridFlatVert);
//add in OnInitDialog()

Remark

See Also

Header to Included

GridControl.h