| ComparisonTextPartSubPart Method (Int32) | 
            Creates new ComparisonTextPart from particular index as subpart of existing ComparisonTextPart.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntaxpublic ComparisonTextPart SubPart(
	int startIndex
)
Parameters
- startIndex
 - Type: SystemInt32
Index from which should contained text start 
Return Value
Type: 
ComparisonTextPartNew ComparisonTextPart create from already existing ComparisonTextPart
See Also