API Reference
Class
ExcelMergedRangeSnapshot
Immutable merge-range inspection snapshot.
Inheritance
- Object
- ExcelMergedRangeSnapshot
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property ExcelWorksheetSnapshot.MergedRanges
Constructors
public ExcelMergedRangeSnapshot() #Inherited Methods
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.