headers property
[This documentation is preliminary and is subject to change.]
Sets or retrieves a list of header cells that provide information for the object.
Syntax
HRESULT value = object.put_headers(BSTR v);HRESULT value = object.get_headers(BSTR* p);
Property values
Type: BSTR
a list of space-separated header cell ids.
Remarks
IHTMLTableCell2::headers 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 Cascading Style Sheets (CSS).
There is no functionality implemented for this property unless defined by the author.
See also
- Reference
- IHTMLTableCell2::axis
- IHTMLTableCell2::scope
Build date: 6/12/2012
Community Additions
Show: