Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

Description

Returns a PageSetup object representing page layout properties of a printed worksheet.
C#
public PageSetup PageSetup{ get; }
vb.net
Public ReadOnly Property PageSetup() As PageSetup

Examples

C#
PageSetup ps = ws.PageSetup;
vb.net
Dim ps As PageSetup = ws.PageSetup
  • No labels