'Declaration Public Overloads Function StartEditing( _
ByVal decriptionThe decription of editing action.As System.String, _
ByVal undoCellsThe set of cells for which changes can be undone.As Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferencesSet _
) As Vintasoft.Imaging.Office.Spreadsheet.Document.Editors.WorksheetEditor
public Vintasoft.Imaging.Office.Spreadsheet.Document.Editors.WorksheetEditor StartEditing(
System.String decription,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferencesSet undoCells
)
public: Vintasoft.Imaging.Office.Spreadsheet.Document.Editors.WorksheetEditor* StartEditing(
System.String decription,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferencesSet* undoCells
)
public:
Vintasoft.Imaging.Office.Spreadsheet.Document.Editors.WorksheetEditor^ StartEditing(
System.String decription,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferencesSet^ undoCells
)
Parameters
- decription
- The decription of editing action.
- undoCells
- The set of cells for which changes can be undone.
Return Value
The editor of focused worksheet.