'Declaration Public Function New( _
ByVal editorSourceThe editor source.As SpreadsheetEditorSource, _
ByVal asyncEditA value indicating whether editor must edit the spreadsheet document asynchronously.As Boolean _
)
public SpreadsheetEditor(
SpreadsheetEditorSource editorSource,
bool asyncEdit
)
public: SpreadsheetEditor(
SpreadsheetEditorSource* editorSource,
bool asyncEdit
)
public:
SpreadsheetEditor(
SpreadsheetEditorSource^ editorSource,
bool asyncEdit
)
Parameters
- editorSource
- The editor source.
- asyncEdit
- A value indicating whether editor must edit the spreadsheet document asynchronously.