SetDataType メソッド(ActiveX)

指定した行タイプのデータ タイプと単位タイプを設定します。

サポートされているプラットフォーム: Windows のみ

構文と要素

VBA:

object.SetDataType rowTypes, nDataType, nUnitType
object

タイプ: TableTableStyle

このメソッドが適用されるオブジェクト。

rowTypes

アクセス: 入力のみ

タイプ: AcRowType 列挙型

変更する行タイプ。

  • acDataRow
  • acHeaderRow
  • acTitleRow
  • acUnknownRow
nDataType

アクセス: 入力のみ

タイプ: AcValueDataType 列挙型

新しいデータ タイプ。

  • acBuffer
  • acDate
  • acDouble
  • acGeneral
  • acLong
  • acObjectId
  • acPoint2d
  • acPoint3d
  • acResbuf
  • acString
  • acUnknownDataType
nUnitType

アクセス: 入力のみ

タイプ: AcValueUnitType 列挙型

新しい単位タイプ。

  • acUnitAngle
  • acUnitArea
  • acUnitDistance
  • acUnitless
  • acUnitVolume

戻り値(RetVal)

戻り値はありません。

注意

追加の注意はありません。

VBA:

Not available

Visual LISP:

Not available