CellPermissionCollection.Insert Method (Int32, CellPermissionAccess)

Creates and inserts a CellPermission, with the specified CellPermissionAccess value, into the collection at the specified index.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

VB
'Declaration
Public Function Insert ( _
    index As Integer, _
    access As CellPermissionAccess _
) As CellPermission
'Usage
Dim instance As CellPermissionCollection 
Dim index As Integer 
Dim access As CellPermissionAccess 
Dim returnValue As CellPermission 

returnValue = instance.Insert(index, access)

Parameters

Return Value

Type: Microsoft.AnalysisServices.CellPermission
A new CellPermission with the specified CellPermissionAccess value.

Exceptions

Exception Condition
ArgumentOutOfRangeException

index is less than zero.

-or-

index is equal to or greater than [H:Microsoft.AnalysisServices.ModelComponentCollection.Count].

See Also

Reference

CellPermissionCollection Class

Insert Overload

Microsoft.AnalysisServices Namespace