AllowEditRange.Users Property
Returns a UserAccessList object for the protected range on a worksheet.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property Users As UserAccessList
Get
'Usage
Dim instance As AllowEditRange
Dim value As UserAccessList
value = instance.Users
UserAccessList Users { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.UserAccessList