Version

BottomRightCornerCell Property

Gets or sets the cell where the bottom-right corner of the shape resides.
Syntax
public WorksheetCell BottomRightCornerCell {get; set;}

Property Value

The cell where the bottom-right corner of the shape resides.
Exceptions
ExceptionDescription
System.ArgumentException The value assigned is a cell whose worksheet is not the same as this shape's worksheet.
System.ArgumentNullException The value assigned is null and this shape already exists on a worksheet or group.
Remarks

This anchor cell, along with the TopLeftCornerCell, determines where the shape will be positioned on the worksheet. In addition, the BottomRightCornerPosition and TopLeftCornerPosition properties allow for finer control of the shape's position.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also