Click or drag to resize

PropertyCollectionExtendedAppendVertically Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Appends the vertically.

Namespace:  imbSCI.Core.collection
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void AppendVertically(
	PropertyEntry pData,
	Dictionary<Object, string> externalDescriptionLibrary = null,
	bool excludeCoreColumns = true
)
Request Example View Source

Parameters

pData
Type: imbSCI.Core.collectionPropertyEntry
The p data.
externalDescriptionLibrary (Optional)
Type: System.Collections.GenericDictionaryObject, String
The external description library.
excludeCoreColumns (Optional)
Type: SystemBoolean
if set to true [exclude core columns].
See Also