Gets the ObjectId for the text style of the named cell style.
Supported platforms: Windows only
VBA:
RetVal = object.GetTextStyleId(bstrCellStyle)
Type: TableStyle
The object this method applies to.
Access: Input-only
Type: String
The named cell style.
Type: Long_PTR
The object id of the named text style.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available