Sdílet prostřednictvím


CellPermissionCollection.IndexOf Method

Include Protected Members
Include Inherited Members

Gets the index of a CellPermission.

Overload List

  Name Description
Protected method IndexOf(String) Returns the zero-based index of the first occurrence of an IModelComponent that has the specified key in the ModelComponentCollection. (Inherited from ModelComponentCollection.)
Public method IndexOf(CellPermission) Gets the index of a specified CellPermission.
Public method IndexOf(CellPermissionAccess) Gets the index of a CellPermission with the specified CellPermissionAccess value.
Protected method IndexOf(IModelComponent) (Inherited from ModelComponentCollection.)

Top