Table of Contents

TCustomTableStyle.SectionCount Property

This returns the number of sections possible, and it is the same as the highest value of TTableStyleType. Note that many of the sections can be null, meaning there is no format applied to them.

Syntax

Namespace: FlexCel.Core

public Int32 SectionCount { get; }

See also