Table of Contents

TFlxPartialFormat Record

This structure holds together the format definition for a cell, and which parts of that format definition should be applied. With this you can apply only parts of the format to a cell.

Syntax

Unit: FlexCel.Core

TFlxPartialFormat = record;

Fields

Name Description
Format Format to apply to the cell.
Apply Which properties to apply to the cell. For example you might apply only the numeric format defined by Format, but not the cell color.
ExternalBorders If true and applying the format to a range of cells, only the borders on the outside of the range will be drawn.

Methods

Name Description
Create Creates a new TFlxPartialFormat.