Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Picf Class / ptyp Property


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