'Declaration Public Overloads Function StartEditing( _
ByVal descriptionThe description of editing action.As System.String, _
ByVal stateThe state of editing action.As System.Object _
) As Vintasoft.Imaging.Office.Spreadsheet.Document.Editors.SpreadsheetDocumentEditor
public Vintasoft.Imaging.Office.Spreadsheet.Document.Editors.SpreadsheetDocumentEditor StartEditing(
System.String description,
System.Object state
)
public: Vintasoft.Imaging.Office.Spreadsheet.Document.Editors.SpreadsheetDocumentEditor* StartEditing(
System.String description,
System.Object state
)
public:
Vintasoft.Imaging.Office.Spreadsheet.Document.Editors.SpreadsheetDocumentEditor^ StartEditing(
System.String description,
System.Object state
)
Parameters
- description
- The description of editing action.
- state
- The state of editing action.
Return Value
The editor of spreadsheet document.