Search
Workbook.setShowLeadingApostrophes Method
See Also
 






Sets a value indicating whether cells should show their leading apostrophe.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public void setShowLeadingApostrophes (
    boolean value
)

 Parameters

value

true to show leading apostrophes, or false otherwise. The default value is false.

 See Also