Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
XL.ConditionalFormat.GetNumFormat
Returns the number format identifier.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
XL | 14.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "XL.ConditionalFormat.GetNumFormat"; BookRef; ConditionalFormatRef ) More
Parameters
Parameter | Description | Example |
---|---|---|
BookRef | The reference to the workbook. Please use XL.LoadBook to load a file. | $ref |
ConditionalFormatRef | The reference number for the conditional format. | $ConditionalFormat |
Result
Returns number or error.
Description
Returns the number format identifier.See also
- XL.ConditionalFormat.GetBorderLeft
- XL.ConditionalFormat.GetBorderRight
- XL.ConditionalFormat.GetBorderTop
- XL.ConditionalFormat.GetCustomNumFormat
- XL.ConditionalFormat.SetBorder
- XL.ConditionalFormat.SetBorderLeft
- XL.ConditionalFormat.SetBorderTop
- XL.ConditionalFormat.SetCustomNumFormat
- XL.ConditionalFormat.SetNumFormat
- XL.LoadBook
Created 30th March 2024, last changed 30th March 2024
XL.ConditionalFormat.GetFillPattern - XL.ConditionalFormat.GetPatternBackgroundColor
