IHostExtension.IsEditingEnabled Method
Gets a Boolean value that indicates whether editing is supported.
Namespace: Microsoft.Office.Excel.Server.Extensions
Assembly: Microsoft.Office.Excel.Server.MossHost (in Microsoft.Office.Excel.Server.MossHost.dll)
Syntax
'Declaration
Function IsEditingEnabled As Boolean
'Usage
Dim instance As IHostExtension
Dim returnValue As Boolean
returnValue = instance.IsEditingEnabled()
bool IsEditingEnabled()
Return Value
Type: System.Boolean
true if editing is supported; otherwise, false.
Remarks
A host that implements the IHostExtension interface can extend Excel Services and enable editing scenarios.