'Declaration
Public Shared Function GetIncreaseDecimalCode( _ ByVal numberFormat As NumberFormat, _ ByVal workbook As IWorkbook, _ ByVal incraise As Boolean, _ Optional ByVal count As Integer _ ) As String
'Usage
Dim numberFormat As NumberFormat Dim workbook As IWorkbook Dim incraise As Boolean Dim count As Integer Dim value As String value = BuiltInNumberFormats.GetIncreaseDecimalCode(numberFormat, workbook, incraise, count)
public static string GetIncreaseDecimalCode( NumberFormat numberFormat, IWorkbook workbook, bool incraise, int count )
Parameters
- numberFormat
- Number format
- workbook
- Workbook which store number format
- incraise
true
to increase decimal decreases for otherwise.- count
- Incraise/Decraise count