Gets or sets the row to display as the top row in the sheet.
Syntax
'Declaration
Public Property TopRow As Integer
'Usage
Dim instance As SheetView
Dim value As Integer
instance.TopRow = value
value = instance.TopRow
public int TopRow {get; set;}
See Also