_AutoFormatRules.Item Property
Returns an AutoFormatRule object from the collection.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Default Property Item ( _
Index As Object _
) As AutoFormatRule
Get
'Usage
Dim instance As _AutoFormatRules
Dim Index As Object
Dim value As AutoFormatRule
value = instance(Index)
[DispIdAttribute()]
AutoFormatRule this[
Object Index
] { get; }
Parameters
Index
Type: System.ObjectEither the index number of the object, or a value used to match the Name property value of an object in the collection.
Property Value
Type: Microsoft.Office.Interop.Outlook.AutoFormatRule
An AutoFormatRule object that represents the specified object.