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


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