[]
Get Incraise/Decraise decimal code from specify number format.
public static string GetIncreaseDecimalCode(NumberFormat numberFormat, IWorkbook workbook, bool incraise, int count = 1)
Public Shared Function GetIncreaseDecimalCode(numberFormat As NumberFormat, workbook As IWorkbook, incraise As Boolean, Optional count As Integer = 1) As String
| Type | Name | Description |
|---|---|---|
| NumberFormat | numberFormat | Number format |
| IWorkbook | workbook | Workbook which store number format |
| bool | incraise |
|
| int | count | Incraise/Decraise count |
| Type | Description |
|---|---|
| string |
|