ClearTableStyleOverrides Method (ActiveX)

Clears table style overrides.

Supported platforms: Windows only

Signature

VBA:

object.ClearTableStyleOverrides flag
object

Type: Table

The object this method applies to.

flag

Access: Input-only

Type: Long; one of three integer values

  • 0: Deletes all table and cell overrides.
  • 1: Deletes all table overrides, but retains cell overrides.
  • 2: Deletes all cell overrides, but retains table overrides.

Return Value (RetVal)

No return value.

Remarks

No additional remarks.

Examples

VBA:

Not available

Visual LISP:

Not available