'Declaration Public Sub RemovePicture( _ ByVal name As System.String _ )
'Usage Dim instance As Worksheet Dim name As System.String instance.RemovePicture(name)
public void RemovePicture( System.string name )
Parameters
- name
- The name of the picture to remove.