API Reference

Class

LegacyXlsSelectedRange

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

Represents a selected worksheet cell range decoded from a BIFF Selection record.

Inheritance

  • Object
  • LegacyXlsSelectedRange

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

Accepted by parameters

Constructors

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

Creates a selected range.

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 selected row.

public Int32 StartColumn { get; } #

Gets the one-based first selected column.

public Int32 EndRow { get; } #

Gets the one-based last selected row.

public Int32 EndColumn { get; } #

Gets the one-based last selected column.

public String Reference { get; } #

Gets the A1 reference for the selected range.