'Declaration Public Overloads Function StartEditing( _
ByVal decriptionОписание действия редактирования.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 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
- Описание действия редактирования.
- undoCells
- Набор ячеек, для которых изменения могут быть отменены.
Return Value
Редактор выбранного рабочего листа.