Spread Windows Forms 17
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 (IFormatter)
    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)
    int GetDecimalPartLength( 
       int section
    )

    Parameters

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