Click or drag to resize

TableCellsGetItem Method

This property returns the requested TableCell object from the collection.

Namespace:  OmniPageCSDK.IproPlus
Assembly:  OmniPageCSDK.IproPlus (in OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void GetItem(
	int Index,
	out TableCell TableCell
)

Parameters

Index
Type: SystemInt32
TableCell
Type: OmniPageCSDK.IproPlusTableCell
Remarks

The cells are ordered from top to bottom and from left to right.

See Also