Click or drag to resize

InputZoneSplitTableCells Method

Namespace:  OmniPageCSDK.Objects
Assembly:  OmniPageCSDK.Objects (in OmniPageCSDK.Objects.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntax
public void SplitTableCells(
	bool vertical,
	RECT rect,
	POINT position,
	int linewidth,
	RLSTYLE linestyle,
	int linecolor,
	IMAGEINDEX imageindex = IMAGEINDEX.II_CURRENT
)

Parameters

vertical
Type: SystemBoolean
rect
Type: OmniPageCSDK.ArgTypesRECT
position
Type: OmniPageCSDK.ArgTypesPOINT
linewidth
Type: SystemInt32
linestyle
Type: OmniPageCSDK.ArgTypesRLSTYLE
linecolor
Type: SystemInt32
imageindex (Optional)
Type: OmniPageCSDK.ArgTypesIMAGEINDEX
See Also