Deletes the attachment specified by the index.
Syntax
public void DeleteAttachment(
int
)
public: void DeleteAttachment(
int
)
public:
void DeleteAttachment(
int
)
'Declaration
Public Sub DeleteAttachment( _
ByVal As Integer _
)
'Usage
Dim instance As Document
Dim attachmentIndex As Integer
instance.DeleteAttachment(attachmentIndex)
Parameters
- attachmentIndex
- The index at which to delete the attachment.
See Also