Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Returns the ValidationRule object that has the specified index position. The Item property is the default property for all collections. Read-only.
Syntax
expression.Item (NameUIDOrIndex)
expression A variable that represents a ValidationRules object.
Parameters
| Name | Required/Optional | Data type | Description |
|---|---|---|---|
| NameUOrIndex | Required | Variant | The index number of the object in its collection. |
Return value
ValidationRule
Remarks
When retrieving objects from a collection, you can omit Item from the expression because it is the default property for all collections. The following statement is equivalent to the syntax example given above:
objRet = object(index)
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.