Spread for ASP.NET 12 Product Documentation
TopRow Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : TopRow Property
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

Reference

SheetView Class
SheetView Members