Belešku
Pristup ovoj stranici zahteva autorizaciju. Možete pokušati da se prijavite ili da promenite direktorijume.
Pristup ovoj stranici zahteva autorizaciju. Možete pokušati da promenite direktorijume.
Obtains a Rule object specified by Index , which is either a numerical index into the Rules collection or the rule name.
Syntax
expression.Item (Index)
expression A variable that represents a Rules object.
Parameters
| Name | Required/Optional | Data type | Description |
|---|---|---|---|
| Index | Required | Variant | Either a 1-based long value representing an index into the Rules collection, or a string name representing the value of the default property of a rule, Rule.Name. |
Return value
A Rule object that matches the rule specified by Index.
Remarks
Returns an error when the rule cannot be found in the collection.
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.