Developer's reference PB2XLS for PowerBuilder

Reference > N_XLS_FORMAT > of_set_strikeout

of_set_strikeout() method

Set the strikeout property of the font.

Syntax

format.of_set_strikeout ( option )

Parameters

optionA boolean value that controls whether font is strikeout

Return value

Integer. Returns 1 if it succeeds and -1 if an error occurs.

Examples

format.of_set_strikeout ( true )