Click or drag to resize

PropertyDataStructureToolsconvertPEColumn Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Converts the pe column.

Namespace:  imbSCI.DataComplex.extensions.data
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public static List<Enum>[] convertPEColumn(
	this PropertyEntryColumn extras
)
Request Example View Source

Parameters

extras
Type: imbSCI.Core.collectionPropertyEntryColumn
The extras.

Return Value

Type: ListEnum
[0] extra rows before main paty, [1] extra rows after

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type PropertyEntryColumn. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also