API Reference
Struct
OdsUsedRange
A zero-based rectangular range containing used spreadsheet cells.
Inheritance
- ValueType
- OdsUsedRange
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 OdsSheet.UsedRange
Accepted by parameters
- Method OdsUsedRange.Equals
Constructors
public OdsUsedRange(Int64 firstRow, Int64 firstColumn, Int64 lastRow, Int64 lastColumn) #Creates a used range.
Parameters
- firstRow System.Int64
- firstColumn System.Int64
- lastRow System.Int64
- lastColumn System.Int64
Methods
Inherited Methods
Properties
public Int64 FirstRow { get; } #First row, zero-based.
public Int64 FirstColumn { get; } #First column, zero-based.
public Int64 LastRow { get; } #Last row, zero-based and inclusive.
public Int64 LastColumn { get; } #Last column, zero-based and inclusive.
public Int64 RowCount { get; } #Logical row count.
public Int64 ColumnCount { get; } #Logical column count.