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


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