Click or drag to resize

docScripts_width Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets dimension of column or row

Namespace:  imbSCI.Reporting.script
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public docScriptInstruction s_width(
	int id,
	int units,
	bool setRow = false,
	bool setAutofit = false,
	textCursorZoneCorner corner = textCursorZoneCorner.none
)
Request Example View Source

Parameters

id
Type: SystemInt32
From cursor position relative id to target column/row
units
Type: SystemInt32
Width/height to set
setRow (Optional)
Type: SystemBoolean
TRUE it will set row, FALSE it will set column
setAutofit (Optional)
Type: SystemBoolean
if set to true [set autofit].
corner (Optional)
Type: imbSCI.Core.reporting.zonetextCursorZoneCorner
The corner - to set alignment.

Return Value

Type: docScriptInstruction
See Also