Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Pie Class / pcDonut Property


In This Topic
    pcDonut Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property pcDonut As UShort
    'Usage
     
    
    Dim instance As Pie
    Dim value As UShort
     
    instance.pcDonut = value
     
    value = instance.pcDonut
    public ushort pcDonut {get; set;}
    See Also