'Declaration Public Overloads Function StartEditing( _
ByVal descriptionОписание действия редактирования.As System.String, _
ByVal undoCellsНабор ячеек, для которых изменения могут быть отменены.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 description,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferencesSet undoCells
)
public: Vintasoft.Imaging.Office.Spreadsheet.Document.Editors.WorksheetEditor* StartEditing(
System.String description,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferencesSet* undoCells
)
public:
Vintasoft.Imaging.Office.Spreadsheet.Document.Editors.WorksheetEditor^ StartEditing(
System.String description,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferencesSet^ undoCells
)
Parameters
- description
- Описание действия редактирования.
- undoCells
- Набор ячеек, для которых изменения могут быть отменены.
Return Value
Редактор выбранного рабочего листа.