IHTMLTable3::summary Property
Gets or sets a description and/or structure of the object.
Syntax
HRESULT IHTMLTable3::get_summary(BSTR *p);HRESULT IHTMLTable3::put_summary(BSTR v);
Parameters
- p
- Pointer to a variable of type BSTR that receives a description and/or structure of the object.
- v
- BSTR that specifies a description and/or structure of the object.
Return Value
Returns S_OK if successful, or an error value otherwise.
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.
Community Additions
Show: