IHTMLStyleSheet::removeImport method

Removes the imported style sheet from the imports collection based on ordinal position.

Syntax

Integer removeImport(
  [in] Integer iIndex
);

Parameters

  • iIndex [in]
    A long value that indicates which imported style sheet to remove.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IHTMLStyleSheet