OLEObject.BottomRightCell Property (2003 System)

Gets a Range that represents the cell that lies under the lower-right corner of the OLEObject.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)

Syntax

'Declaration
Public ReadOnly Property BottomRightCell As Range
'Usage
Dim instance As OLEObject
Dim value As Range

value = instance.BottomRightCell
public Range BottomRightCell { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.Range
A Range that represents the cell that lies under the lower-right corner of the OLEObject.

Permissions

See Also

Reference

OLEObject Class

OLEObject Members

Microsoft.Office.Tools.Excel Namespace