OfficeIMO

API Reference

Class

ExcelMergedRangeSnapshot

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Immutable merge-range inspection snapshot.

Inheritance

  • Object
  • ExcelMergedRangeSnapshot

Constructors

public ExcelMergedRangeSnapshot() #

Properties

public String A1Range { get; set; } #

Merged range in A1 notation.

public Int32 StartRow { get; set; } #

One-based starting row of the merge.

public Int32 EndRow { get; set; } #

One-based ending row of the merge.

public Int32 StartColumn { get; set; } #

One-based starting column of the merge.

public Int32 EndColumn { get; set; } #

One-based ending column of the merge.