Gets an array of all the named cell styles associated with the table style.
Supported platforms: Windows only
VBA:
object.GetCellStyles cellStylesArray
Type: TableStyle
The object this method applies to.
Access: Output-only
Type: Variant
Array of named cell styles.
No return value.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available