For a 64-Bit system, gets the object id for a named cell style. (Obsolete)
Supported platforms: Windows only
VBA:
RetVal = object.GetTextStyleId32(bstrCellStyle)
Type: TableStyle
The object this method applies to.
Access: Input-only
Type: String
The named cell style.
Type: Long
The object id of the named text style.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available