RenameCellStyle Method

Renames a cell style.

See Also | Example

Signature

object.RenameCellStyle(StringOldName, StringNewName)

Object

TableStyle
The object or objects this method applies to.

StringOldName

String; Input
Old cell style name.

StringNewName

String; Input
New cell style name.

 

   Comments?