AllowEditRange.Range Property
Returns a Range object that represents a subset of the ranges that can be edited on a protected worksheet.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property Range As Range
Get
Set
'Usage
Dim instance As AllowEditRange
Dim value As Range
value = instance.Range
instance.Range = value
Range Range { get; set; }
Property Value
Type: Microsoft.Office.Interop.Excel.Range