API Reference
Class
LegacyXlsSelection
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
- Property LegacyXlsWorksheet.Selections
Constructors
public LegacyXlsSelection(Byte pane, Int32 activeRow, Int32 activeColumn, UInt16 activeRangeIndex, IReadOnlyList<LegacyXlsSelectedRange> selectedRanges) #Creates a decoded worksheet selection.
Parameters
- pane System.Byte
- activeRow System.Int32
- activeColumn System.Int32
- activeRangeIndex System.UInt16
- selectedRanges System.Collections.Generic.IReadOnlyList{OfficeIMO.Excel.LegacyXls.Model.LegacyXlsSelectedRange}
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.