:: org :: openoffice :: vba :: Excel ::

constants group XlFormatConditionType

Constants
xlCellValue  
xlExpression  
Constants' Details
xlCellValue
const short xlCellValue = 1;
xlExpression
const short xlExpression = 2;
Top of Page