Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Series Class / cValx Property


In This Topic
    cValx Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property cValx As UShort
    'Usage
     
    
    Dim instance As Series
    Dim value As UShort
     
    instance.cValx = value
     
    value = instance.cValx
    public ushort cValx {get; set;}
    See Also