Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / PtgRefErr Class / DataType Property


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