'Declaration Public Overloads Function FinishEditing( _
ByVal descriptionThe description of editing action.As Boolean, _
ByVal stateThe state of editing action.As System.String, _
ByVal forcedSynchronizationA value indicating whether changed spreadsheet document must be synchronized with spreadsheet document source immediately.As System.Object _
) As Boolean
public bool FinishEditing(
bool description,
System.String state,
System.Object forcedSynchronization
)
public: bool FinishEditing(
bool description,
System.String state,
System.Object forcedSynchronization
)
public:
bool FinishEditing(
bool description,
System.String state,
System.Object forcedSynchronization
)
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.