GetTextStyleId32 Method (ActiveX)

For a 64-Bit system, gets the object id for a named cell style. (Obsolete)

Supported platforms: Windows only

Signature

VBA:

RetVal = object.GetTextStyleId32(bstrCellStyle)
object

Type: TableStyle

The object this method applies to.

bstrCellStyle

Access: Input-only

Type: String

The named cell style.

Return Value (RetVal)

Type: Long

The object id of the named text style.

Remarks

No additional remarks.

Examples

VBA:

Not available

Visual LISP:

Not available