DataRegionOpenShape Method |
Opens the specified shape and returns a Shape object.
Namespace: Aceoffix.WordReaderAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntaxpublic Shape OpenShape(
int Index
)
Public Function OpenShape (
Index As Integer
) As Shape
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:
ShapeReturns the Shape object.
RemarksIf the specified Shape exists, this method will return the
Shape object.
See Also