Version

Insert Method (WorksheetProtectedRangeCollection)

Inserts the specified range in the collection.
Syntax
public void Insert( 
   int index,
   WorksheetProtectedRange range
)

Parameters

index
The 0-based index in the collection where the range should be inserted.
range
The range to insert in the collection.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also