[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Forms.IControl.BottomRightCell

BottomRightCell Property

BottomRightCell

Gets the bottom right cell of this control.

Returns the worksheet cell at the lower-right corner of the area occupied by the control.

Declaration
IRange BottomRightCell { get; }
ReadOnly Property BottomRightCell As IRange
Examples
IButton button = worksheet.Controls.AddButton(20, 20, 80, 24);
IRange cell = button.BottomRightCell;