[]
Get decimal part length from specify number format.
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
Type | Name | Description |
---|---|---|
NumberFormat | numberFormat | Number format |
int | sectionIndex | Section index |
IWorkbook | workbook | Workbook which store number format |
Type | Description |
---|---|
int | A decimal part length. |