Click or drag to resize

cursorVariator Constructor (selectRangeArea, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Defines variator zone with odd/even, normal/major/minor vertical, head/headExtension/foot/footExtension, normal/left/right horizontal detection.

Namespace:  imbSCI.Core.reporting.zone
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public cursorVariator(
	selectRangeArea __area,
	int minorLine = 5,
	int majorLine = 0,
	int __headZone = 1,
	int __footZone = 1,
	int __headZoneExtension = 0,
	int __footZoneExtension = 0,
	int __leftZone = 0,
	int __rightZone = 0
)
Request Example View Source

Parameters

__area
Type: imbSCI.Core.reporting.zoneselectRangeArea
The area.
minorLine (Optional)
Type: SystemInt32
Minor line is every Nth. 0 will disable this alternation
majorLine (Optional)
Type: SystemInt32
Major line is every Nth. 0 will disable this alternation
__headZone (Optional)
Type: SystemInt32
The head zone - the top N rows
__footZone (Optional)
Type: SystemInt32
The foot zone - the last N rows
__headZoneExtension (Optional)
Type: SystemInt32
The head zone extension are N rows after headZone
__footZoneExtension (Optional)
Type: SystemInt32
The foot zone extension are N rows before footZone
__leftZone (Optional)
Type: SystemInt32
The left zone is N columns from left
__rightZone (Optional)
Type: SystemInt32
The right zone is N columns from right
See Also