セルの優先(オーバーライド)を取得します。
サポートされているプラットフォーム: Windows のみ
構文と要素
VBA:
RetVal = object.GetOverride(nRow, nCol, nContent)
- object
-
タイプ:
Table
このメソッドが適用されるオブジェクト。
-
nRow
-
アクセス: 入力のみ
タイプ: 長整数型
行の値。
-
nCol
-
アクセス: 入力のみ
タイプ: 長整数型
列の値。
-
nContent
-
アクセス: 入力のみ
タイプ: 長整数型
セルの内容の値。
戻り値(RetVal)
タイプ: AcCellProperty 列挙型
セルの優先(オーバーライド)。
-
acAlignmentProperty
-
acAllCellProperties
-
acAutoScale
-
acBackgroundColor
-
acBitProperties
-
acContentColor
-
acContentLayout
-
acContentProperties
-
acDataFormat
-
acDataType
-
acDataTypeAndFormat
-
acEnableBackgroundColor
-
acFlowDirBtoT
-
acInvalidCellProperty
-
acLock
-
acMarginBottom
-
acMarginLeft
-
acMarginRight
-
acMarginTop
-
acMergeAll
-
acRotation
-
acScale
-
acTextHeight
-
acTextStyle
例
VBA:
Not available
Visual LISP:
Not available