バージョン

IsCellTypeSupported メソッド

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

パラメータ

cellType
テストする型。

戻り値の型

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

オンラインで表示: GitHub