'Declaration Protected Overridable Function CellReplace( _
ByVal worksheetEditorThe worksheet editor.As Vintasoft.Imaging.Office.Spreadsheet.Document.Editors.WorksheetEditor, _
ByVal cellReferenceThe cell reference.As Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference, _
ByVal replaceTextThe replace text.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
- The worksheet editor.
- cellReference
- The cell reference.
- replaceText
- The replace text.
Return Value
True if text is replaced successfully; otherwise, false.