[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.BuiltInNumberFormats.GetDecimalPartLength

GetDecimalPartLength Method

GetDecimalPartLength(NumberFormat, int, IWorkbook)

Get decimal part length from specify number format.

Declaration
public static int GetDecimalPartLength(NumberFormat numberFormat, int sectionIndex, IWorkbook workbook)
Public Shared Function GetDecimalPartLength(numberFormat As NumberFormat, sectionIndex As Integer, workbook As IWorkbook) As Integer
Parameters
Type Name Description
NumberFormat numberFormat

Number format

int sectionIndex

Section index

IWorkbook workbook

Workbook which store number format

Returns
Type Description
int

A decimal part length.