EnableRowEditTemplate Property
Gets or sets whether to enable the row edit template.
public bool EnableRowEditTemplate {get; set;}
'Declaration
Public Property EnableRowEditTemplate As Boolean
'Usage
Dim instance As SheetView
Dim value As Boolean
instance.EnableRowEditTemplate = value
value = instance.EnableRowEditTemplate
Property Value
true
to use the row template;
false
otherwise