Gets or sets the index of the bottom row of the range.

Namespace: Spire.Spreadsheet.Forms
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public int Bottom { get; set; }
Public Property Bottom As Integer
	Get
	Set
public:
property int Bottom {
	int get ();
	void set (int value);
}
member Bottom : int with get, set

Property Value

Int32

See Also