IHTMLOListElement::start Property

Sets or retrieves the starting number for an ordered list.

Syntax

HRESULT IHTMLOListElement::get_start(long *p);
HRESULT IHTMLOListElement::put_start(long v);

Parameters

  • p
    Pointer to a variable of type long that receives the starting number.
  • v
    long that specifies the starting number.

Return Value

Returns S_OK if successful, or an error value otherwise.