OLEObject.TopLeftCell Property (2007 System)
Gets a Range that represents the cell that lies under the upper-left corner of the OLEObject.
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)
'Declaration
Public ReadOnly Property TopLeftCell As Range
'Usage
Dim instance As OLEObject
Dim value As Range
value = instance.TopLeftCell
public Range TopLeftCell { get; }
public:
property Range^ TopLeftCell {
Range^ get ();
}
public function get TopLeftCell () : Range
Type: Range
A Range that represents the cell that lies under the upper-left corner of the OLEObject.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.