FinishEditing(Boolean,String,Object) Method (SpreadsheetEditor)
Finishes the document editing.
'Declaration
Public Overloads Function FinishEditing( _
ByVal As Boolean, _
ByVal As System.String, _
ByVal As System.Object _
) As Boolean
public bool FinishEditing(
bool ,
System.String ,
System.Object
)
public: bool FinishEditing(
bool ,
System.String ,
System.Object
)
public:
bool FinishEditing(
bool ,
System.String ,
System.Object
)
Parameters
- description
- The description of editing action.
- state
- The state of editing action.
- forcedSynchronization
- A value indicating whether changed spreadsheet document must be synchronized with spreadsheet document source immediately.
Return Value
True if async syncronization is started; otherwise, false.
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5