Enumeration TextFormatMode

Represents the various way to combine a cell's value and format string to get its text.

See

Enumeration Members

Enumeration Members

AsDisplayed: 0

Format the cell text as it is displayed in the Microsoft Excel UI. This takes into account the cell width when formatting the text.

IgnoreCellWidth: 1

Format the cell text as if it had unlimited space in the cell. However, this will not include padding characters from the format string.