Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ChartFormat Class / fVaried Property


In This Topic
    fVaried Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property fVaried As Byte
    'Usage
     
    
    Dim instance As ChartFormat
    Dim value As Byte
     
    instance.fVaried = value
     
    value = instance.fVaried
    public byte fVaried {get; set;}
    See Also