Gets the Excel.Range object instance for this instance of the Cell Row or Column.
| C# | Visual Basic | Visual C++ |
public virtual Range GetExcelRangeObject()
Public Overridable Function GetExcelRangeObject As Range
public: virtual Range^ GetExcelRangeObject()
The Excel.Range object instance.
| Exception | Condition |
|---|---|
| ActionFailedException | Thrown if invoking the action failed. |
