Table of Contents

TCustomTableStyle Class

Represents a custom table style.

Syntax

Namespace: FlexCel.Core

public class TCustomTableStyle

Methods

Name Description
Clone Returns a deep copy of this object.
CreateSection 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.
DeleteSection Deletes a section and sets it to nulls.
Equals Returns true if obj has the same data as this object.
GetHashCode Returns the hash code of the object.

Properties

Name Description
CanBeUsedAsPivot​Table If true, then this table style can be used in pivot tables.
CanBeUsedAsTable If true, then this table style can be used in normal tables.
Name Name of the custom table style.
SectionCount 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.
this[] Returns the format for a given section of the table.
If the value is null, this means no format is applied to that section.