Table of Contents

XlsFile.RenameStyle Method

Renames an existing style. Note that this might be a user-defined style, you can't rename built-in styles.

Syntax

Namespace: FlexCel.XlsAdapter

public override void RenameStyle(String oldName, String newName)

Parameters

<-> Parameter Type Description
oldName String Name of the existing style in the workbook.
newName String New name for the style. It must not exist.

See also