Removes the specified extension.
[Visual Basic 6.0] Sub RemoveExtension(
ByVal Index As Long _
)
[Visual Basic .NET] Public Sub RemoveExtension ( _ ByVal Index As Integer _ )
[C#] public void RemoveExtension ( int Index );
[Java] public void removeExtension ( int Index ) throws IOException, AutomationException
[C++]
HRESULT RemoveExtension(
long Index
);
Parameters
Index [in]
Index is a parameter of type long