Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / PtgNameX Class / Ptg Property


In This Topic
    Ptg Property (PtgNameX)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property Ptg As Ptg
    'Usage
     
    
    Dim instance As PtgNameX
    Dim value As Ptg
     
    instance.Ptg = value
     
    value = instance.Ptg
    public Ptg Ptg {get; set;}
    See Also