IPivotTable.HasAttachments

Syntax

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

Parameters

Row. Cell row index.

Column. Cell column index.

Description

The HasAttachments property returns whether there are attachments for the cell with the specified coordinates.

Comments

The property returns True if attachments are set for the cell, and False if there are not attachments or work with attachments is not supported.

See also:

IPivotTable