Spread for ASP.NET 12 Product Documentation
ActiveRow Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : ActiveRow Property
Gets or sets the active row.
Syntax
'Declaration
 
Public Property ActiveRow As Integer
'Usage
 
Dim instance As SheetView
Dim value As Integer
 
instance.ActiveRow = value
 
value = instance.ActiveRow
public int ActiveRow {get; set;}
See Also

Reference

SheetView Class
SheetView Members