Checks if a given SubTextPart is a merge block.

IsMergeBlock(SubTextPart)

public static bool IsMergeBlock(SubTextPart subTextPart);
Public Shared Function IsMergeBlock(subTextPart As SubTextPart) As Boolean

Parameters

Parameter Description
subTextPart The SubTextPart object to be checked.