Table of Contents

TCustomTableStyle.CreateSection Method

Initializes a section to all empty values. You need to call this method before setting element values. IF the section already existed, this method will clear all values on it.

Syntax

Namespace: FlexCel.Core

public void CreateSection(TTableStyleType section)

Parameters

<-> Parameter Type Description
section TTableStyleType Section that we want to initialize.

See also