Table of Contents

ExcelFile.SetCustomTableStyle Method

Adds a new or replaces an existing table style.

Syntax

Namespace: FlexCel.Core

public abstract void SetCustomTableStyle(TCustomTableStyle aTableStyle)

Parameters

<-> Parameter Type Description
aTableStyle TCustomTableStyle Custom table style definition.

See also