Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFormatter Interface / GetDecimalPartLength Method
Index of section that need to get length of decimal part.


In This Topic
GetDecimalPartLength Method
In This Topic
Gets a value indicating the decimal part's length of section inside IFormatter.
Syntax
'Declaration
 
Function GetDecimalPartLength( _
   ByVal section As Integer _
) As Integer
 
'Usage
 
Dim instance As IFormatter
Dim section As Integer
Dim value As Integer
 
value = instance.GetDecimalPartLength(section)

Parameters

section
Index of section that need to get length of decimal part.

Return Value

Length of section's decimal part.
See Also