Table of Contents

XlsFile.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 ExcelFile.DeleteObject(Int32)

Syntax

Namespace: FlexCel.XlsAdapter

public override void RemoveWebAddinTaskPanes()

See also