API Reference

Class

LegacyXlsSelection

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

Represents active-cell and selected-range metadata decoded from a BIFF Selection record.

Inheritance

  • Object
  • LegacyXlsSelection

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 LegacyXlsSelection(Byte pane, Int32 activeRow, Int32 activeColumn, UInt16 activeRangeIndex, IReadOnlyList<LegacyXlsSelectedRange> selectedRanges) #

Creates a decoded worksheet selection.

Parameters

pane System.Byte requiredposition: 0
activeRow System.Int32 requiredposition: 1
activeColumn System.Int32 requiredposition: 2
activeRangeIndex System.UInt16 requiredposition: 3
selectedRanges System.Collections.Generic.IReadOnlyList{OfficeIMO.Excel.LegacyXls.Model.LegacyXlsSelectedRange} requiredposition: 4

Properties

public Byte Pane { get; } #

Gets the legacy pane identifier.

public Int32 ActiveRow { get; } #

Gets the one-based active row.

public Int32 ActiveColumn { get; } #

Gets the one-based active column.

public UInt16 ActiveRangeIndex { get; } #

Gets the zero-based active range index from the legacy record.

public IReadOnlyList<LegacyXlsSelectedRange> SelectedRanges { get; } #

Gets selected cell ranges.