Enum CellWhiteSpace
Defines how white space is handeled in the exported cells.
Namespace: Telerik.WinControls.UI.Export
Assembly: TelerikData.dll
Syntax
public enum CellWhiteSpace
Normal
Sequences of whitespace will collapse into a single whitespace. Text will wrap when necessary.
NoWrap
Sequences of whitespace will collapse into a single whitespace. Text will never wrap to the next line.
Pre
Whitespace is preserved. Text will only wrap on line breaks.
PreLine
Sequences of whitespace will collapse into a single whitespace. Text will wrap when necessary, and on line breaks.
PreWrap
Whitespace is preserved. Text will wrap when necessary, and on line breaks.