IHTMLOListElement::get_startIHTMLOListElement::get_start*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLOListElement::put_start
*Next Topic: IHTMLOListElement::put_type

IHTMLOListElement::get_start


HRESULT get_start(
    long *p 
);

Retrieves the starting number for a list.

p
Address of long integer value specifying the starting point of the list.

See also put_start

Up Top of Page


IHTMLOListElement::put_start


HRESULT put_start( 
    long v 
);

Sets the starting number for a list.

v
Long integer value specifying the starting point of the list.

See also get_start


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.