DeleteChartAutoFormat 方法

此頁沒有內(nèi)容條目
內(nèi)容

從圖表的可用自動(dòng)套用格式列表中刪除自定義圖表自動(dòng)套用格式。

expression.DeleteChartAutoFormat(Name)

expression   必需。該表達(dá)式返回一個(gè) Application 對象。

Name   String 類型,必需。要?jiǎng)h除的自定義自動(dòng)套用格式名稱。

示例

本示例刪除自定義自動(dòng)套用格式“Presentation Chart”。

myChart.Application.DeleteChartAutoFormat _

    name:="Presentation Chart"