Table of Contents

TExcelFile.RemoveWebAddinTaskPanes Method

Removes all task pane web add-ins from the file. Note that this will only remove the task pane addins. You can remove the content addins by removing the corresponding objects in the sheet with DeleteObject(Integer)

Syntax

Unit: FlexCel.Core

procedure TExcelFile.RemoveWebAddinTaskPanes; virtual; abstract;

See also