UserAccessList Interface
A collection of UserAccess objects that represent the user access for protected ranges.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
<GuidAttribute("0002446C-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface UserAccessList _
Inherits IEnumerable
'Usage
Dim instance As UserAccessList
[GuidAttribute("0002446C-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface UserAccessList : IEnumerable
Remarks
Use the Users property of the AllowEditRange object to return a UserAccessList collection.
Once a UserAccessList collection is returned you can use the Count property to determine the number of users that have access to a protected range.