CategoryCollection.Item[Object] 属性

定义

返回单个图表类别。

public:
 property Microsoft::Office::Interop::Word::ChartCategory ^ default[System::Object ^] { Microsoft::Office::Interop::Word::ChartCategory ^ get(System::Object ^ Index); };
public Microsoft.Office.Interop.Word.ChartCategory this[object Index] { get; }
member this.Item(obj) : Microsoft.Office.Interop.Word.ChartCategory
Default Public ReadOnly Property Item(Index As Object) As ChartCategory

参数

Index
Object

对象的名称或索引号。

属性值

CHARTCATEGORY

适用于