Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SeriesCache Class / SeriesType Property


In This Topic
    SeriesType Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property SeriesType As SeriesType
    'Usage
     
    
    Dim instance As SeriesCache
    Dim value As SeriesType
     
    instance.SeriesType = value
     
    value = instance.SeriesType
    public SeriesType SeriesType {get; set;}
    See Also