API Reference

Class

LegacyXlsMergedRange

Namespace OfficeIMO.Excel.LegacyXls.Model
Assembly OfficeIMO.Excel
Modifiers sealed

Represents a merged range parsed from a legacy XLS worksheet.

Inheritance

  • Object
  • LegacyXlsMergedRange

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

Constructors

public LegacyXlsMergedRange(Int32 startRow, Int32 startColumn, Int32 endRow, Int32 endColumn) #

Creates legacy merged range metadata.

Parameters

startRow System.Int32 requiredposition: 0
startColumn System.Int32 requiredposition: 1
endRow System.Int32 requiredposition: 2
endColumn System.Int32 requiredposition: 3

Properties

public Int32 StartRow { get; } #

Gets the one-based first row.

public Int32 StartColumn { get; } #

Gets the one-based first column.

public Int32 EndRow { get; } #

Gets the one-based last row.

public Int32 EndColumn { get; } #

Gets the one-based last column.