テーブルから範囲にデータをインポートします。
シンタックス
パラメータ
- table
- インポートテーブル。列タイプ:
- プリミティブ型: System.SByte, System.Byte, System.Int16, System.UInt16, System.Int32, System.UInt32, System.Int64, System.UInt64, System.Single, System.Double, System.Decimal, System.Boolean, System.DateTime, System.TimeSpan または CalcError.
- Null 許容プリミティブ: System.String または System.Nullable`1 (T はプリミティブ型)。
- options
- インポート オプション。
例外
例外 | 解説 |
System.InvalidCastException | 列のデータ型が不一致です。 |
System.ArgumentException | 誤った情報が含まれています。 |
System.NotSupportedException | これは通常、実行時に AOT 互換性の問題が発生した場合にスローされます。 |
参照