Click or drag to resize
DiffTextPartSubPart Method (Int32, Int32)
Creates new DiffTextPart from particular index as subpart of existing DiffTextPart.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public DiffTextPart SubPart(
	int startIndex,
	int count
)

Parameters

startIndex
Type: SystemInt32
Index from which should contained text start
count
Type: SystemInt32
Length of new DiffTextPart

Return Value

Type: DiffTextPart
New DiffTextPart created from already existing DiffTextPart
See Also