'Declaration Protected Overridable Function CellReplace( _
ByVal worksheetEditorРедактор рабочего листа.As Vintasoft.Imaging.Office.Spreadsheet.Document.Editors.WorksheetEditor, _
ByVal cellReferenceСсылка на ячейку.As Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference, _
ByVal replaceTextТекст замены.As System.String _
) As Boolean
protected virtual bool CellReplace(
Vintasoft.Imaging.Office.Spreadsheet.Document.Editors.WorksheetEditor worksheetEditor,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference cellReference,
System.String replaceText
)
protected: virtual bool CellReplace(
Vintasoft.Imaging.Office.Spreadsheet.Document.Editors.WorksheetEditor* worksheetEditor,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference* cellReference,
System.String replaceText
)
protected:
virtual bool CellReplace(
Vintasoft.Imaging.Office.Spreadsheet.Document.Editors.WorksheetEditor^ worksheetEditor,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference^ cellReference,
System.String replaceText
)
Parameters
- worksheetEditor
- Редактор рабочего листа.
- cellReference
- Ссылка на ячейку.
- replaceText
- Текст замены.
Return Value
True, если текст заменен успешно; в противном случае - false.