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)

Usage

Public Class serAccessListImplementation
    Implements UserAccessList
End Class
Dim serAccessListImplementation1 As New serAccessListImplementation()

Syntax

Public Interface UserAccessList
public interface UserAccessList
public interface class UserAccessList
public interface UserAccessList
public interface UserAccessList

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace

Other Resources

UserAccessList Members