axis property
[This documentation is preliminary and is subject to change.]
Sets or retrieves a comma-delimited list of conceptual categories associated with the object.
Syntax
HRESULT value = object.put_axis(BSTR v);HRESULT value = object.get_axis(BSTR* p);
Property values
Type: BSTR
a list of categories.
Remarks
IHTMLTableCell2::axis 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 for querying cells that belong to certain categories or to generate a table of contents.
There is no functionality implemented for this property unless defined by the author.
Build date: 6/12/2012
Community Additions
Show: