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


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