AllowEditRanges.Add(String, Range, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a range that can be edited on a protected worksheet.
public Microsoft.Office.Interop.Excel.AllowEditRange Add (string Title, Microsoft.Office.Interop.Excel.Range Range, object Password);
Parameters
- Title
- String
Optional Object. The password for the range.
- Range
- Range
Required String. The title of range.