GetCellStyles Method (ActiveX)

Gets an array of all the named cell styles associated with the table style.

Supported platforms: Windows only

Signature

VBA:

object.GetCellStyles cellStylesArray
object

Type: TableStyle

The object this method applies to.

cellStylesArray

Access: Output-only

Type: Variant

Array of named cell styles.

Return Value (RetVal)

No return value.

Remarks

No additional remarks.

Examples

VBA:

Not available

Visual LISP:

Not available