Share
 
 

GetOverride Method (ActiveX)

Get a cell's overrides.

Supported platforms: Windows only

Signature

VBA:

RetVal = object.GetOverride(nRow, nCol, nContent) 
object

Type: Table

The object this method applies to.

nRow

Access: Input-only

Type: Long

The value of the row.

nCol

Access: Input-only

Type: Long

The value of the column.

nContent

Access: Input-only

Type: Long

The value of the cell's content.

Return Value (RetVal)

Type: AcCellProperty enum

The cell's overrides.

  • acAlignmentProperty
  • acAllCellProperties
  • acAutoScale
  • acBackgroundColor
  • acBitProperties
  • acContentColor
  • acContentLayout
  • acContentProperties
  • acDataFormat
  • acDataType
  • acDataTypeAndFormat
  • acEnableBackgroundColor
  • acFlowDirBtoT
  • acInvalidCellProperty
  • acLock
  • acMarginBottom
  • acMarginLeft
  • acMarginRight
  • acMarginTop
  • acMergeAll
  • acRotation
  • acScale
  • acTextHeight
  • acTextStyle

Remarks

No additional remarks.

Examples

VBA:

Not available

Visual LISP:

Not available

Was this information helpful?