Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Description

Excerpt

Returns a PageSetup object representing page layout properties of a printed worksheet.

Signature
C#
C#
public PageSetup PageSetup{ get; }
{signature}{signature:
}
Signature
vb.net
vb.net
Public ReadOnly Property PageSetup() As PageSetup
{signature}
{example}{code:csharp|title=C#}
Example
Code Block
csharp
csharp
titleC#
PageSetup ps = ws.PageSetup;
{code} {code:
Code Block
vb.net
|title=
vb.net
titlevb.net
}
Dim ps As PageSetup = ws.PageSetup
{code} {example}