Table of Contents

ExcelFile.DeleteStyle Method

Returns a named style for the workbook.

Syntax

Namespace: FlexCel.Core

public abstract void DeleteStyle(String name)

Parameters

<-> Parameter Type Description
name String Name for the style. It must be a user defined name.

See also