Click or drag to resize
CellOpenShape Method
Opens the specified shape and returns a Shape object.

Namespace: Aceoffix.WordReader
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public Shape OpenShape(
	int Index
)

Parameters

Index
Type: SystemInt32
The index of the Shape. It is the same as the Table index defined in Microsoft Word. Both of them start from "1".

Return Value

Type: Shape
Returns the Shape object.
Remarks
If the specified Shape exists, this method will return the Shape object.
See Also