GetDataType メソッド(ActiveX)

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

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

構文と要素

VBA:

object.GetDataType rowType, pDataType, pUnitType
object

タイプ: TableTableStyle

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

rowType

アクセス: 入力のみ

タイプ: AcRowType 列挙型

行タイプ。

  • acDataRow
  • acTitleRow
  • acHeaderRow
  • acUnknownRow
pDataType

アクセス: 出力のみ

タイプ: AcValueDataType 列挙型

行タイプのデータ タイプ。

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

アクセス: 出力のみ

タイプ: AcValueUnitType 列挙型

行タイプの単位タイプ。

  • acUnitAngle
  • acUnitArea
  • acUnitDistance
  • acUnitless
  • acUnitVolume

戻り値(RetVal)

戻り値はありません。

注意

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

VBA:

Not available

Visual LISP:

Not available