Spread for ASP.NET 11 Product Documentation
RowEditTemplate Property (SheetView)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : RowEditTemplate Property
Gets or sets the row edit template.
Syntax
'Declaration
 
Public Property RowEditTemplate As ITemplate
'Usage
 
Dim instance As SheetView
Dim value As ITemplate
 
instance.RowEditTemplate = value
 
value = instance.RowEditTemplate
public ITemplate RowEditTemplate {get; set;}

Property Value

Template for row edit
See Also

Reference

SheetView Class
SheetView Members