PageCount Property (ATab)

Returns the number of pages in the tab object.

Syntax

[ lPagesCount = ] Object.PageCount

The PageCount property syntax has the following parts:

 

Name]

Type

Description

Object

ATab

ATab control

lPageCount

Long

number of pages in a tab

Example

The following example returns the number of pages in a tab control, tab:

lPageCount=tab.PageCount

Applies to

ATab

See Also

ATab.InsertPage, ATab.RemovePage