This topic has not yet been rated - Rate this topic

caption property

Retrieves the caption object of a table.

Syntax

HRESULT value = object.get_caption(IHTMLTableCaption v);

Property values

Type: Object

Address of a pointer to an IHTMLTableCaption interface, or NULL if no caption exists..

Standards information

Remarks

If a table contains multiple captions, this property returns the first one.

See also

Reference
IHTMLTable::createCaption
IHTMLTable::deleteCaption

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.