Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / PtgName Class / DataType Property


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