Version

TextFormatMode Enumeration

Represents the various way to combine a cell's value and format string to get its text.
Syntax
'Declaration
 
Public Enum TextFormatMode 
   Inherits System.Enum
public enum TextFormatMode : System.Enum 
Members
MemberDescription
AsDisplayedFormat the cell text as it is displayed in the Microsoft Excel UI. This takes into account the cell width when formatting the text.
IgnoreCellWidthFormat the cell text as if it had unlimited space in the cell. However, this will not include padding characters from the format string.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also