Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{description}
{excerpt}Returns a [PageSetup] object representing page layout properties of a printed worksheet.{excerpt}
{signature:C#}
 public PageSetup PageSetup{ get; }
{signature}{signature:vb.net}
Public ReadOnly Property PageSetup() As PageSetup
{signature}
{example}{code:csharp|title=C#}
PageSetup ps = ws.PageSetup;{code}
{code:vb.net|title=vb.net}
Dim ps As PageSetup = ws.PageSetup{code}

{example}