axis property
Sets or retrieves a comma-delimited list of conceptual categories associated with the object.
Syntax
HRESULT value = object.put_axis( v);HRESULT value = object.get_axis(* 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.
Show: