API Reference

Enum

ExcelWorksheetCopyMode

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Controls how worksheets are copied between workbooks.

Inheritance

  • Enum
  • ExcelWorksheetCopyMode

Usage

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

Values

public const ExcelWorksheetCopyMode Values #

Copy cell values through the workbook reader and writer surface.

Value: 0
public const ExcelWorksheetCopyMode Package #

Copy worksheet XML directly, rewriting workbook-scoped references such as shared strings and styles.

Value: 1