Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SeriesList Class / cser Property


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