API Reference

Class

ExcelWorkbookMergeResult

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Result of importing worksheets from one workbook into another.

Inheritance

  • Object
  • ExcelWorkbookMergeResult

Usage

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

Constructors

public ExcelWorkbookMergeResult(IReadOnlyList<String> sourceSheets, IReadOnlyList<String> targetSheets) #

Creates a workbook merge result.

Parameters

sourceSheets System.Collections.Generic.IReadOnlyList{System.String} requiredposition: 0
targetSheets System.Collections.Generic.IReadOnlyList{System.String} requiredposition: 1

Properties

public IReadOnlyList<String> SourceSheets { get; } #

Gets the imported source worksheet names.

public IReadOnlyList<String> TargetSheets { get; } #

Gets the created target worksheet names.

public Int32 SheetCount { get; } #

Gets the number of imported worksheets.