Click or drag to resize
TextPartSubPart Method (Int32)
Creates new TextPart from particular index as subpart of existing TextPart.

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

Parameters

startIndex
Type: SystemInt32
Index from which should contained text start

Return Value

Type: TextPart
New TextPart create from already existing TextPart
See Also