'Declaration Protected Overridable Function CellMatch( _
ByVal worksheetThe worksheet.As Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet, _
ByVal cellReferenceThe cell reference.As Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference _
) As Boolean
protected virtual bool CellMatch(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet worksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference cellReference
)
protected: virtual bool CellMatch(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet* worksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference* cellReference
)
Parameters
- worksheet
- The worksheet.
- cellReference
- The cell reference.
Return Value
True if text is found; otherwise, false.