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