TextBox.Bottom Property

Definition

Gets the distance, in points, between the bottom edge of the TextBox and the top edge of the worksheet.

public:
 property double Bottom { double get(); };
public double Bottom { get; }
member this.Bottom : double
Public ReadOnly Property Bottom As Double

Property Value

The distance, in points, between the bottom edge of the TextBox and the top edge of the worksheet.

Examples

For a code example that demonstrates how to use this property, see Microsoft.Office.Tools.Excel.Controls.Button.Bottom. All controls in the Microsoft.Office.Tools.Excel.Controls namespace have a functionally equivalent Bottom property.

Remarks

The value of this property is equal to the sum of the Top property value and the Height property value.

The Microsoft.Office.Tools.Excel.Controls.TextBox.Bottom property uses points, whereas the System.Windows.Forms.Control.Bottom property uses pixels.

Applies to