共用方式為


Workbook.ActiveChart 屬性

取得 Microsoft.Office.Interop.Excel.Chart 物件,表示使用中的圖表 (內嵌圖表或圖表工作表)。 當內嵌圖表被選取或啟動時將視為使用中。 當沒有使用中的圖表時,這個屬性會傳回 nullnull 參考 (即 Visual Basic 中的 Nothing)。

命名空間:  Microsoft.Office.Tools.Excel
組件:   Microsoft.Office.Tools.Excel (在 Microsoft.Office.Tools.Excel.dll 中)
  Microsoft.Office.Tools.Excel.v4.0.Utilities (在 Microsoft.Office.Tools.Excel.v4.0.Utilities.dll 中)

語法

'宣告
ReadOnly Property ActiveChart As Chart
Chart ActiveChart { get; }

屬性值

型別:Microsoft.Office.Interop.Excel.Chart
Microsoft.Office.Interop.Excel.Chart 物件,表示使用中的圖表;如果沒有使用中的圖表,則為 nullnull 參考 (即 Visual Basic 中的 Nothing)。

.NET Framework 安全性

請參閱

參考

Workbook 介面

Microsoft.Office.Tools.Excel 命名空間