Interface ISpecialFormatter

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type ISpecialFormatter = interface(IUnknown)

Description

ISpecialFormatter is used in SpecialFormat to assign a TRbwColumnFormat4 to a particular cell that is different from the default format for that cell.

Hierarchy

Overview

Methods

Public procedure SetFormat(const Value: TRbwColumnFormat4);
Public function GetFormat: TRbwColumnFormat4;
Public function GetUsed: boolean;
Public procedure SetUsed(const Value: boolean);

Properties

Public property Format: TRbwColumnFormat4 read GetFormat write SetFormat;
Public property Used: boolean read GetUsed write SetUsed;

Description

Methods

Public procedure SetFormat(const Value: TRbwColumnFormat4);

SetFormat sets the TRbwColumnFormat4 of a cell. See Format.

Public function GetFormat: TRbwColumnFormat4;

GetFormat gets the TRbwColumnFormat4 of a cell. See Format.

Public function GetUsed: boolean;

GetUsed gets whether a special format is used for a particular cell.

Public procedure SetUsed(const Value: boolean);

SetUsed sets whether a special format is used for a particular cell.

Properties

Public property Format: TRbwColumnFormat4 read GetFormat write SetFormat;

Format is the TRbwColumnFormat4 of a cell.

Public property Used: boolean read GetUsed write SetUsed;

Used is used to specify whether a special format is used for a particular cell.


Generated by PasDoc 0.12.1 on 2013-05-13 15:41:58