API Reference

Class

ExcelWorksheetMergeResult

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Describes a completed worksheet merge operation.

Inheritance

  • Object
  • ExcelWorksheetMergeResult

Usage

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

Constructors

public ExcelWorksheetMergeResult(String sourceSheetName, String targetSheetName, String sourceRange, String targetRange, Int32 rowsCopied, Int32 columnsCopied, Boolean headerSkipped) #

Creates a merge result.

Parameters

sourceSheetName System.String requiredposition: 0
targetSheetName System.String requiredposition: 1
sourceRange System.String requiredposition: 2
targetRange System.String requiredposition: 3
rowsCopied System.Int32 requiredposition: 4
columnsCopied System.Int32 requiredposition: 5
headerSkipped System.Boolean requiredposition: 6

Properties

public String SourceSheetName { get; } #

Source worksheet name.

public String TargetSheetName { get; } #

Target worksheet name.

public String SourceRange { get; } #

Source A1 range read by the merge operation.

public String TargetRange { get; } #

Target A1 range occupied by copied cells.

public Int32 RowsCopied { get; } #

Number of source rows copied.

public Int32 ColumnsCopied { get; } #

Number of columns copied.

public Boolean HeaderSkipped { get; } #

Whether the first source row was skipped as a header.