共用方式為


ControlCollection.Item 屬性 (Int32)

取得指定索引上的控制項。

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

語法

'宣告
ReadOnly Default Property Item ( _
    index As Integer _
) As Object
    Get
Object this[
    int index
] { get; }

參數

  • index
    型別:System.Int32
    要取得之控制項以零為起始的索引。

屬性值

型別:System.Object
指定索引上的控制項。

.NET Framework 安全性

請參閱

參考

ControlCollection 介面

Item 多載

Microsoft.Office.Tools.Excel 命名空間