API Reference

Class

ExcelWorksheetCopyOptions

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Options for copying worksheets between workbooks.

Inheritance

  • Object
  • ExcelWorksheetCopyOptions

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public ExcelWorksheetCopyOptions() #

Properties

public ExcelWorksheetCopyMode CopyMode { get; set; } #

Gets or sets the copy strategy. Package copy preserves worksheet XML and avoids object materialization.

public Boolean CopyExternalWorkbookReferences { get; set; } #

Gets or sets whether package-mode copies may preserve external-workbook references. External links are rejected unless callers opt in explicitly.

public Int32 MaxDefinedNames { get; set; } #

Gets or sets the maximum number of referenced defined names copied in package mode.

public Int32 MaxDefinedNameCharacters { get; set; } #

Gets or sets the maximum aggregate formula characters across copied defined names.

public Int32 MaxInCellImages { get; set; } #

Gets or sets the maximum number of in-cell image references copied in package mode.

public Int64 MaxInCellImageBytes { get; set; } #

Gets or sets the maximum payload size of one in-cell image copied in package mode.

public Int64 MaxTotalInCellImageBytes { get; set; } #

Gets or sets the maximum aggregate resolved in-cell image bytes copied in package mode. Shared image assets are charged once per referencing cell.