scope property
Sets or retrieves the group of cells in a table to which the object's information applies.
Syntax
HRESULT value = object.put_scope( v);HRESULT value = object.get_scope(* p);
Property values
Type: BSTR
the group of cells to which the object's information applies.
Remarks
IHTMLTableCell2::scope was introduced in Microsoft Internet Explorer 6
This property can be used for rendering to non-visual media such as speech or Braille. It can also be used with style sheets.
This attribute may be used in place of the IHTMLTableCell2::headers attribute.
There is no functionality implemented for this property unless defined by the author.
See also
Show: