Version

TextFormatMode Enumeration

Represents the various way to combine a cell's value and format string to get its text.
Syntax
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: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also