UserAccessList 接口

定义

对象的集合 UserAccess ,这些对象表示用户对受保护区域的访问。

public interface class UserAccessList : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0002446C-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface UserAccessList : System.Collections.IEnumerable
Public Interface UserAccessList
Implements IEnumerable
属性
实现

注解

Users使用 对象的 属性AllowEditRange可返回 UserAccessList 集合。

返回 UserAccessList 集合后, Count 可以使用 属性来确定有权访问受保护范围的用户数。

属性

_Default[Object]

仅供内部使用。

Count

返回集合中对象的数目。

Item[Object]

从集合中返回一个对象。

方法

Add(String, Boolean)

添加用户访问列表。 返回 对象 UserAccess

DeleteAll()

删除与访问工作表上受保护区域关联的所有用户。

GetEnumerator()

对象的集合 UserAccess ,这些对象表示用户对受保护区域的访问。

适用于