/
HotXLS-Doku

TXLSOfficeArtOptions-Klasse

Directly reads, writes, and deletes low-level OfficeArt property IDs for shapes and drawings

Syntax

TXLSOfficeArtOptions = class;

Beispiel

This example deletes a specific Pid property from the shape


Options := Workbook.Sheets[1].Shapes[1].OfficeArtOptions;
Options.Delete(127);