SupportWriteAttachments(Row: Integer; Column: Integer): Boolean;
Row. Cell row index.
Column. Cell column index.
The SupportWriteAttachments property returns whether one can work with attachments in the specified cell.
Available values:
True. One can work with cell attachments.
False. One cannot work with cell attachments.
To work with attachments, one should set attachments storage location in table data source.
The property use is given in the example for IPivotTable.Attachments.
See also: