Xceed Workbooks for .NET v1.4 Documentation
RemoveAt Method (PictureCollection)


Xceed.Workbooks.NET Assembly > Xceed.Workbooks.NET Namespace > PictureCollection Class : RemoveAt Method
The index that corresponds to the Picture that will be removed.
Removes a Picture from the PictureCollection by using an index to locate it in the collection.
Syntax
'Declaration

 

Public Sub RemoveAt( _

   ByVal pictureIndex As Integer _

) 
'Usage

 

Dim instance As PictureCollection

Dim pictureIndex As Integer

 

instance.RemoveAt(pictureIndex)
public void RemoveAt( 

   int pictureIndex

)

Parameters

pictureIndex
The index that corresponds to the Picture that will be removed.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PictureCollection Class
PictureCollection Members