Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / FrtWrapper Class / FrtWrapperPadding Property


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