Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / C1XLBook Class / OpaqueCopy Property

In This Topic
    OpaqueCopy Property
    In This Topic
    Gets or sets a value specifying whether the component should copy non-main BIFF records as opaque when loading and saving XLS files.
    Syntax
    'Declaration
     
    
    Public Property OpaqueCopy As Boolean
    public bool OpaqueCopy {get; set;}
    See Also