Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Returns

The named style with the name styleName, or null if the style existsdoes not exist.

Example
Code Block
csharp
csharp
titleC#
NamedStyle heading1Style = wb.GetNamedStyle("Heading1");
Code Block
vb.net
vb.net
titlevb.net
Dim heading1Style As NamedStyle = wb.GetNamedStyle("Heading1")