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 the [HeaderFooterPicture] that has been embedded in this section of the spreadsheet's header or footer, or null if there is no picture.
{excerpt}
{signature:C#}
public HeaderFooterPicture GetPicture()
{signature}
{signature:vb.net}
Public Function GetPicture() As HeaderFooterPicture
{signature}
{returns}
The picture that has been embedded in the footer or header as a [HeaderFooterPicture] object
{returns}
{example}
{code:csharp|title=C#}
HeaderFooterPicture pic = header.GetPicture();
{code}
{code:vb.net|title=vb.net}
Dim pic As HeaderFooterPicture = header.GetPicture()
{code}
{example}