IPivotTable.SupportWriteAttachments

Syntax

SupportWriteAttachments(Row: Integer; Column: Integer): Boolean;

Parameters

Row. Cell row index.

Column. Cell column index.

Description

The SupportWriteAttachments property returns whether one can work with attachments in the specified cell.

Comments

Available values:

To work with attachments, one should set attachments storage location in table data source.

Example

The property use is given in the example for IPivotTable.Attachments.

See also:

IPivotTable