Find if the cell value starts with single quote mark

Find if the cell value starts with single quote mark

The following sample code explains that the strings like sample and ‘sample cannot be differentiated with Cell.StringValue property. Therefore we must use Style.QuotePrefix property to distinguish them.