ComponentOne Excel for .NET
C1.Excel Assembly / C1.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 System.Boolean
    public System.bool OpaqueCopy {get; set;}
    See Also