Click or drag to resize

imbDocumentBuilderBaseTDoc, TPageApplyColumn 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 ApplyColumn(
	int column,
	int width,
	textCursorZoneCorner align,
	bool doAutofit = false
)
Request Example View Source

Parameters

column
Type: SystemInt32
width
Type: SystemInt32
align
Type: imbSCI.Core.reporting.zonetextCursorZoneCorner
doAutofit (Optional)
Type: SystemBoolean

Implements

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