Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / MSOCR Class / unused2 Property


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