[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.BaseGrid.View.ShouldDrawLines

ShouldDrawLines Method

ShouldDrawLines(int, int)

Returns a value indicating whether a line should be rendered for a given row and column.

Declaration
protected virtual bool ShouldDrawLines(int row, int col)
Protected Overridable Function ShouldDrawLines(row As Integer, col As Integer) As Boolean
Parameters
Type Name Description
int row

The row index.

int col

The column index.

Returns
Type Description
bool