バージョン

IsCellTypeSupported メソッド

特定の値型を Excel にエクスポートできる場合は True を返します。
シンタックス
'宣言
 
Public Shared Function IsCellTypeSupported( _
   ByVal cellType As Type _
) As Boolean
public static bool IsCellTypeSupported( 
   Type cellType
)

パラメータ

cellType
テストする型。

戻り値の型

型がセル値としてサポートされている場合はTrue、それ以外の場合はFalse。
例外
例外解説
System.ArgumentNullExceptioncellType が null です。
参照