'Declaration
Public Shared Function GetDecimalPartLength( _ ByVal numberFormat As NumberFormat, _ ByVal sectionIndex As Integer, _ ByVal workbook As IWorkbook _ ) As Integer
'Usage
Dim numberFormat As NumberFormat Dim sectionIndex As Integer Dim workbook As IWorkbook Dim value As Integer value = BuiltInNumberFormats.GetDecimalPartLength(numberFormat, sectionIndex, workbook)
public static int GetDecimalPartLength( NumberFormat numberFormat, int sectionIndex, IWorkbook workbook )
Parameters
- numberFormat
- Number format
- sectionIndex
- Section index
- workbook
- Workbook which store number format