Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Returns an array of all the Picture objects in the worksheet.

Signature
C#C#
Wiki Markup
{description}
{excerpt}Returns an array of all the [Picture|Picture] objects in the worksheet.{excerpt}
{signature:C#}
 public Picture[] ListPictures()
Signature
{signature}{signature:vb.net
vb.net
}
Public Function ListPictures() As Picture()
Returns
An array of all the Picture objects in the workbook.
{signature}
{returns}An array of all the {{Picture}} objects in the workbook.{returns}