'Declaration Public Overloads Function FinishEditing( _
ByVal asyncA value indicating whether editor must finish editing asynchronously.As Boolean, _
ByVal forcedSynchronizationA value indicating whether changed spreadsheet document must be synchronized with spreadsheet document source immediately.As Boolean, _
ByVal descriptionThe description of editing action.As System.String, _
ByVal stateThe state of editing action.As System.Object _
) As Boolean
public bool FinishEditing(
bool async,
bool forcedSynchronization,
System.String description,
System.Object state
)
public: bool FinishEditing(
bool async,
bool forcedSynchronization,
System.String description,
System.Object state
)
public:
bool FinishEditing(
bool async,
bool forcedSynchronization,
System.String description,
System.Object state
)
Parameters
- async
- A value indicating whether editor must finish editing asynchronously.
- forcedSynchronization
- A value indicating whether changed spreadsheet document must be synchronized with spreadsheet document source immediately.
- description
- The description of editing action.
- state
- The state of editing action.
Return Value
True if async syncronization is started; otherwise, false.