GetValueRectBounds method
| Example | Applies to |
|---|---|
| Example of the GetTitleRectBounds and GetValueRectBounds methods | InvoiceField object |
This method retrieves the rectangle coordinates of a field value.
Return Type
None
Syntax
Object.GetValueRectBounds ( left, right, bottom, top)
|
Part |
Description |
|---|---|
|
object |
An expression evaluating to an object of type InvoiceField. |
|
left |
A long value representing the left coordinate of the field value. |
|
right |
A long value representing the right coordinate of the field value. |
|
bottom |
A long value representing the bottom coordinate of the field value. |
|
top |
A long value representing the top coordinate of the field value. |
Related topics