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


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