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


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