バージョン 24.2 (最新)

IsCellTypeSupported メソッド

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

パラメータ

cellType
テストする型。

戻り値の型

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

オンラインで表示: GitHub