Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Scl Class / Fraction Property


In This Topic
    Fraction Property
    In This Topic
    Fraction = nscl / dscl The fraction MUST be greater than or equal to 1/10 and less than or equal to 4.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Fraction As Single
    'Usage
     
    
    Dim instance As Scl
    Dim value As Single
     
    value = instance.Fraction
    public float Fraction {get;}
    See Also