Version

IsCellTypeSupported Method

Returns True if a particular type of value can be exported to excel.
Syntax
public static bool IsCellTypeSupported( 
   Type cellType
)

Parameters

cellType
The type to test.

Return Value

True if the type is supported as a cell value, False otherwise.
Exceptions
ExceptionDescription
System.ArgumentNullExceptioncellType is null.
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