scope property
[This documentation is preliminary and is subject to change.]
Sets or retrieves the group of cells in a table to which the object's information applies.
Syntax
HRESULT value = object.put_scope(BSTR v);HRESULT value = object.get_scope(BSTR* 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
Build date: 6/12/2012
Community Additions
Show: