ExcelWebRenderer.TypingAndFormulaEntry Property
Gets or sets a Boolean value that specifies whether typing and entering formula is allowed.
Namespace: Microsoft.Office.Excel.WebUI
Assembly: Microsoft.Office.Excel.WebUI (in Microsoft.Office.Excel.WebUI.dll)
Syntax
'Declaration
<WebBrowsableAttribute(True)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property TypingAndFormulaEntry As Boolean
Get
Set
'Usage
Dim instance As ExcelWebRenderer
Dim value As Boolean
value = instance.TypingAndFormulaEntry
instance.TypingAndFormulaEntry = value
[WebBrowsableAttribute(true)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public bool TypingAndFormulaEntry { get; set; }
Property Value
Type: System.Boolean
true if typing and entering formula is allowed; otherwise, false. This property is ignored Microsoft SharePoint Server 2010.