IUserAccessList.Add Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function Add ( _
Name As String, _
AllowEdit As Boolean _
) As UserAccess
'Usage
Dim instance As IUserAccessList
Dim Name As String
Dim AllowEdit As Boolean
Dim returnValue As UserAccess
returnValue = instance.Add(Name, AllowEdit)
UserAccess Add(
string Name,
bool AllowEdit
)
Parameters
- Name
Type: System.String
- AllowEdit
Type: System.Boolean
Return Value
Type: Microsoft.Office.Interop.Excel.UserAccess