[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.Split.shouldMerge

shouldMerge Method

shouldMerge(string, int, int, int)

returns true if the data at the given row is the same as the passed in string

Declaration
protected virtual bool shouldMerge(string str, int row, int col, int delta)
Parameters
Type Name Description
string str
int row

absolute row number

int col
int delta
Returns
Type Description
bool