API Reference
Class
LegacyXlsSelectedRange
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
- Property LegacyXlsSelection.SelectedRanges
Accepted by parameters
- Constructor LegacyXlsSelection.LegacyXlsSelection
Constructors
public LegacyXlsSelectedRange(Int32 startRow, Int32 startColumn, Int32 endRow, Int32 endColumn) #Creates a selected range.
Parameters
- startRow System.Int32
- startColumn System.Int32
- endRow System.Int32
- endColumn System.Int32
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.