Page tree

Versions Compared

Key

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

Excerpt

Deletes the specified Picture object from the worksheet.

Signature
C#C#
Wiki Markup
{description}
{excerpt}Deletes the specified [Picture|Picture] object from the worksheet.{excerpt}
{signature:C#}
 public void Remove(int position)
Signature
{signature}{signature:vb.net
vb.net
}
Public Sub Remove(ByVal position As Integer)
Parameters
Param
positionpositionThe 0-based position of the Picture object in the array returned by Pictures.ListPictures.
{signature}
{parameters}
{param:position}The 0\-based position of the {{Picture}} object in the array returned by [Pictures.ListPictures|Pictures.ListPictures()].{param}