ExcelPicturesCollectionRemovePicture Method |
Removes the picture at the specified zero based index from collection
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public void RemovePicture(
int pictureIndex
)
Public Sub RemovePicture (
pictureIndex As Integer
)
Parameters
- pictureIndex
- Type: SystemInt32
The zero based index of the picture to be removed from collection.
See Also