[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.BuiltInNumberFormats.GetIncreaseDecimalCode

GetIncreaseDecimalCode Method

GetIncreaseDecimalCode(NumberFormat, IWorkbook, bool, int)

Get Incraise/Decraise decimal code from specify number format.

Declaration
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
Parameters
Type Name Description
NumberFormat numberFormat

Number format

IWorkbook workbook

Workbook which store number format

bool incraise

true to increase decimal decreases for otherwise.

int count

Incraise/Decraise count

Returns
Type Description
string