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


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