Page tree

Versions Compared

Key

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

Excerpt

Returns a Picture the HeaderFooterPicture that has been embedded in the Header or Footer this section of the spreadsheet's header or footer, or null if there is no picture.

Signature
C#
C#
public HeaderFooterPicture GetPicture()
Signature
vb.net
vb.net
Public Function GetPicture() As HeaderFooterPicture
Returns

The Picture picture that has been embedded in the footer or header as a HeaderFooterPicture object

...