Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / RowEditTemplate Property


In This Topic
    RowEditTemplate Property (FpSpread)
    In This Topic
    Gets the row edit template.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RowEditTemplate As RowEditTemplateContainer
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As RowEditTemplateContainer
     
    value = instance.RowEditTemplate
    public RowEditTemplateContainer RowEditTemplate {get;}
    See Also