Version

FormatString Property (IWorksheetCellFormat)

Gets or sets the number format string.
Syntax
string FormatString {get; set;}

Property Value

The number format string.
Exceptions
ExceptionDescription
System.ArgumentExceptionThe assigned value is an invalid format string and Workbook.ValidateFormatStrings is True.
Remarks

For more information on excel format strings, consult Microsoft Excel help.

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