XmlMappedRange.InnerObject Property

Definition

Gets a Range that represents the underlying native object for the XmlMappedRange.

public:
 property Microsoft::Office::Interop::Excel::Range ^ InnerObject { Microsoft::Office::Interop::Excel::Range ^ get(); };
public Microsoft.Office.Interop.Excel.Range InnerObject { get; }
member this.InnerObject : Microsoft.Office.Interop.Excel.Range
Public ReadOnly Property InnerObject As Range

Property Value

A Range that represents the underlying native object for the XmlMappedRange.

Applies to