[]
Gets the bottom right cell of this control.
Returns the worksheet cell at the lower-right corner of the area occupied by the control.
IRange BottomRightCell { get; }
ReadOnly Property BottomRightCell As IRange
IButton button = worksheet.Controls.AddButton(20, 20, 80, 24);
IRange cell = button.BottomRightCell;