'Declaration Public Property SimplifiedWordBreak As System.Boolean
public System.bool SimplifiedWordBreak {get; set;}
Setting this property to true prevents word breaking on certain non-whitespace characters to make word breaking behavior similar to that of MS Excel.
The default is false.
'Declaration Public Property SimplifiedWordBreak As System.Boolean
public System.bool SimplifiedWordBreak {get; set;}