次の方法で共有


XlSpecialCellsValue 列挙型

定義

結果に含まれるように、特定の種類の値を持つセルを指定します。

public enum class XlSpecialCellsValue
public enum XlSpecialCellsValue
Public Enum XlSpecialCellsValue
継承
XlSpecialCellsValue

フィールド

名前 説明
xlNumbers 1

数値のあるセル

xlTextValues 2

テキストのあるセル

xlLogical 4

論理値のあるセル

xlErrors 16

エラーのあるセル

適用対象