CellPermissionCollection.IndexOf Method
Include Protected Members
Include Inherited Members
Gets the index of a CellPermission.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
IndexOf(CellPermission) | Gets the index of a specified CellPermission. | |
IndexOf(CellPermissionAccess) | Gets the index of a CellPermission with the specified CellPermissionAccess value. |
Top