Enum TextCrossType

TextCrossType enumeration

Enumerates displaying text type when the text width is larger than cell width.

public enum TextCrossType

Values

NameValueDescription
Default1Display text like in Microsoft Excel.
CrossKeep2Display all the text by crossing other cells and keep text of crossed cells.
CrossOverride3Display all the text by crossing other cells and override text of crossed cells.
StrictInCell4Only display the text within the width of cell.

See Also