GemBox.Spreadsheet

ExcelFile.SupportsType Method 

Gets a value indicating whether the objects of specified type can be assigned to ExcelCell.Value property.

public static bool SupportsType(
   Type type
);

Parameters

type
Queried type.

Return Value

true if the specified type is supported; otherwise, false.

Remarks

Currently supported types are:

See Also

ExcelFile Class | GemBox.Spreadsheet Namespace