Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExtNameParsedFormula Class / extPtg Property


In This Topic
    extPtg Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property extPtg As Byte
    'Usage
     
    
    Dim instance As ExtNameParsedFormula
    Dim value As Byte
     
    instance.extPtg = value
     
    value = instance.extPtg
    public byte extPtg {get; set;}
    See Also