Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SerParent Class / series Property


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