Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Pattern Class / PieExplode Property


In This Topic
    PieExplode Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property PieExplode As Single
    'Usage
     
    
    Dim instance As Pattern
    Dim value As Single
     
    instance.PieExplode = value
     
    value = instance.PieExplode
    public float PieExplode {get; set;}
    See Also