Table of Contents

TBlipFillMode Class

This class is designed to store tiling or stretching fill mode information. You need to use any of its descendants, TBlipFillStretch or TBlipFillTile

Syntax

Unit: FlexCel.Core

TBlipFillMode = class(TFlexCelObject, IComparable);

Methods

Name Description
CompareTo Returns -1 if obj is bigger than this, 0 if both objects are the same, and 1 if obj is smaller than this.