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


In This Topic
    Totals Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property Totals As UInteger()
    'Usage
     
    
    Dim instance As SeriesCache
    Dim value() As UInteger
     
    instance.Totals = value
     
    value = instance.Totals
    public uint[] Totals {get; set;}
    See Also