summary property
Sets or retrieves a description and/or structure of the object.
Syntax
HRESULT value = object.put_summary( v);HRESULT value = object.get_summary(* p);
Property values
Type: BSTR
a description and/or structure of the object.
Remarks
IHTMLTable3::summary was introduced in Microsoft Internet Explorer 6
This property can be used for rendering to non-visual media such as speech or Braille.
There is no functionality implemented for this property unless defined by the author.
Show: