API Reference
Class
ExcelMergedRangeSnapshot
Immutable merge-range inspection snapshot.
Inheritance
- Object
- ExcelMergedRangeSnapshot
Constructors
public ExcelMergedRangeSnapshot() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.