Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / FixedPoint Class / Integral Property


In This Topic
    Integral Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property Integral As Short
    'Usage
     
    
    Dim instance As FixedPoint
    Dim value As Short
     
    instance.Integral = value
     
    value = instance.Integral
    public short Integral {get; set;}
    See Also