_Columns.Item[Object] 属性

定义

获取 Column 指定的 Index对象。

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

参数

Index
Object

一个从 1 开始的索引值,可以是 C# 中的 Integer (int ,) 表示 Columns 集合的列索引的值,也可以是 C# 中的 String (字符串 ) 表示 NameColumn 的 。

属性值

一个 Column 对象,表示与 中的 匹配IndexTable列。 如果 Index 是无效的 Long 整数,则返回错误“数组索引超出边界”。 如果 Index 是 C# 中的字符串 (字符串,则返回 Nothing (null 引用 (在 C# ) 中的 Visual Basic) 中无任何内容,) 表示表中找不到的列名称。

适用于