'Declaration Public Overridable Function CanMerge( _ ByVal x As SpannedCellFragment, _ ByVal y As SpannedCellFragment _ ) As Boolean
'Usage Dim instance As SpannedCellSelector Dim x As SpannedCellFragment Dim y As SpannedCellFragment Dim value As Boolean value = instance.CanMerge(x, y)
public virtual bool CanMerge( SpannedCellFragment x, SpannedCellFragment y )
Parameters
- x
- The first SpannedCellFragment to evaluate.
- y
- The second SpannedCellFragment to evaluate.
Return Value
true if the SpannedCellFragments can be merged together, otherwise false.