Table of Contents

TFlxPartialFormat Structure

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

Namespace: FlexCel.Core

public struct TFlxPartialFormat

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.

Constructors

Name Description
TFlxPartialFormat Creates a new TFlxPartialFormat.