WorksheetOptionsElementTopRowBottomPaneNumber Property |
Contains the row number of the topmost visible row in the bottom pane of a worksheet window.
Namespace: Kettic.AspNet.Controls.GridExcelBuilderAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic int TopRowBottomPaneNumber { get; set; }
Public Property TopRowBottomPaneNumber As Integer
Get
Set
public:
property int TopRowBottomPaneNumber {
int get ();
void set (int value);
}
member TopRowBottomPaneNumber : int with get, set
Property Value
Type:
Int32
See Also