You've already forked lazarus-ccr
fpspreadsheet: More general handling of conditional colors in number format strings.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4091 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -500,7 +500,8 @@ type
|
||||
|
||||
TsNumFormatElements = array of TsNumFormatElement;
|
||||
|
||||
TsNumFormatKind = (nfkPercent, nfkExp, nfkCurrency, nfkFraction, nfkDate, nfkTime, nfkTimeInterval);
|
||||
TsNumFormatKind = (nfkPercent, nfkExp, nfkCurrency, nfkFraction,
|
||||
nfkDate, nfkTime, nfkTimeInterval, nfkHasColor);
|
||||
TsNumFormatKinds = set of TsNumFormatKind;
|
||||
|
||||
TsNumFormatSection = record
|
||||
|
Reference in New Issue
Block a user