Sets a text style using an object ID to a named cell style.
Supported platforms: Windows only
VBA:
object.SetTextStyleId bstrCellStyle, val
Type: TableStyle
The object this method applies to.
Access: Input-only
Type: String
The named cell style to modify.
Access: Input-only
Type: Long_PTR
The object ID of the text style being to assign to the named cell style.
No return value.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available