Click or drag to resize

imbDocumentBuilderBaseTDoc, TPageApplyRow Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Core.reporting.render.core
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public abstract void ApplyRow(
	int row,
	int height,
	textCursorZoneCorner align,
	bool doAutofit = false
)
Request Example View Source

Parameters

row
Type: SystemInt32
height
Type: SystemInt32
align
Type: imbSCI.Core.reporting.zonetextCursorZoneCorner
doAutofit (Optional)
Type: SystemBoolean

Implements

IDocumentRenderApplyRow(Int32, Int32, textCursorZoneCorner, Boolean)
See Also