Navigation:  Classes > bFontConditionList >

bFontConditionList:GetFontSpec()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Determines the first font condition with the value TRUE and returns in addition the defined font.

Class

bFontConditionList

Type

Method

Syntax

<oFontConditionList>:GetFontSpec(

<iColumn>,

<nRowNo>,

<nRecNo>

) Æ oFont

Arguments

<iColumn>The column number of the cell, which is passed as argument to the conditions.
Data Type:Integer

 

<nRowNo>The row number of the cell, which is passed as argument to the conditions.
Data Type:Integer | Float | Real8

 

<nRecNo>The record number of the cell, which is passed as argument to the conditions.
Data Type:Integer | Float | Real8

Return Value

oFontThe determined font.
Data Type:Font

Description

bFontConditionList:GetFontSpec() evaluates in sequence the font condition in the list and returns on the condition whose result is as first TRUE the defined font.

 

If the list does not contain font conditions or no font condition returns the value TRUE the value NULL_OBJECT is returned.

 


Page url: http://www.YOURSERVER.com/index.html?bfontconditionlist_getfontspec.htm