Search
CellAnnotation.setFontDoubleUnderline Method
See Also
 






Sets a value indicating whether the comment text is double underlined.

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

 Syntax

Java  Copy Code

public void setFontDoubleUnderline (
    Boolean value
)

 Parameters

value

true if text is double underlined, or false otherwise.

 See Also