page

The page property returns the page number where the field is located.

 

Syntax

System.Int32 page();

 

Return Value

Returns the current property value.

 

Remarks

This property is Read-Only

 

The page value starts in zero. If the fields appears in different pages, an array with the pages will be returned. If the field apparence is hidden, then page will return -1.

 

Member of field.

 

Example