Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / BuiltInNumberFormats Class / GetIncreaseDecimalCode Method
Number format
Workbook which store number format
true to increase decimal decreases for otherwise.
Incraise/Decraise count


In This Topic
    GetIncreaseDecimalCode Method
    In This Topic
    Get Incraise/Decraise decimal code from specify number format.
    Syntax
    '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
    See Also