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


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