Spread for ASP.NET 12 Product Documentation
EditRow Property


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

Reference

SheetView Class
SheetView Members