Enum GridTextCrossType
GridTextCrossType enumeration
Enumerates displaying text type when the text width is larger than cell width.
public enum GridTextCrossType
Values
| Name | Value | Description |
|---|---|---|
| Default | 1 | Display text like in Microsoft Excel. |
| CrossKeep | 2 | Display all the text by crossing other cells and keep text of crossed cells. |
| CrossOverride | 3 | Display all the text by crossing other cells and override text of crossed cells. |
| StrictInCell | 4 | Only display the text within the width of cell. |
See Also
- namespace Aspose.Cells.GridDesktop.Data
- assembly Aspose.Cells.GridDesktop