[]
returns true if the data at the given row is the same as the passed in string
protected virtual bool shouldMerge(string str, int row, int col, int delta)
Protected Overridable Function shouldMerge(str As String, row As Integer, col As Integer, delta As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| string | str | |
| int | row | absolute row number |
| int | col | |
| int | delta |
| Type | Description |
|---|---|
| bool |