Click or drag to resize

_textBlockappendLines Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Services.textBlocks.depracated
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public void appendLines(
	int y,
	IEnumerable<string> content
)
Request Example View Source

Parameters

y
Type: SystemInt32
content
Type: System.Collections.GenericIEnumerableString
See Also