Custom Formatting
| API | Description | Example |
|---|---|---|
| Range.NumberFormat | Property that returns or changes the display format of the specified range | let range = instance.Application.ActiveSheet.Range("A1"); console.log(range.NumberFormat); range.NumberFormat = "0.00"; |
Related Features
Format Management , Font Style , Cell Background Color and Border , Text Alignment and Line Breaks , Conditional Formatting , Format Rendering Overview