PageSetup.Pages Property

Returns or sets the the count or item number of the pages in Pages collection.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property Pages As Pages
    Get
'Usage
Dim instance As PageSetup
Dim value As Pages

value = instance.Pages
Pages Pages { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.Pages
Pages

See Also

Reference

PageSetup Interface

PageSetup Members

Microsoft.Office.Interop.Excel Namespace