IAllowEditRange.Range Property
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 IAllowEditRange
Dim value As Range
value = instance.Range
instance.Range = value
Range Range { get; set; }
Property Value
Type: Microsoft.Office.Interop.Excel.Range