Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SerNum Class / xnum Property


In This Topic
    xnum Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property xnum As Double
    'Usage
     
    
    Dim instance As SerNum
    Dim value As Double
     
    instance.xnum = value
     
    value = instance.xnum
    public double xnum {get; set;}
    See Also