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


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