TableProperties.TableCaption Property

TableCaption, this property is only available in Office2010.Represents the element tag in schema: w:tblCaption

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Property TableCaption As TableCaption
    Get
    Set
'Usage
Dim instance As TableProperties
Dim value As TableCaption

value = instance.TableCaption

instance.TableCaption = value
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public TableCaption TableCaption { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.TableCaption

See Also

Reference

TableProperties Class

TableProperties Members

DocumentFormat.OpenXml.Wordprocessing Namespace