Interface IXLTableRange
public interface IXLTableRange : IXLRange, IXLRangeBase, IXLAddressable
- Inherited Members
- Extension Methods
Properties
Table
IXLTable Table { get; }
Property Value
Methods
FirstRow(Func<IXLTableRow, bool>)
IXLTableRow FirstRow(Func<IXLTableRow, bool> predicate = null)
Parameters
predicateFunc<IXLTableRow, bool>
Returns
FirstRowUsed(XLCellsUsedOptions, Func<IXLTableRow, bool>)
IXLTableRow FirstRowUsed(XLCellsUsedOptions options, Func<IXLTableRow, bool> predicate = null)
Parameters
optionsXLCellsUsedOptionspredicateFunc<IXLTableRow, bool>
Returns
FirstRowUsed(Func<IXLTableRow, bool>)
IXLTableRow FirstRowUsed(Func<IXLTableRow, bool> predicate = null)
Parameters
predicateFunc<IXLTableRow, bool>
Returns
InsertRowsAbove(int)
IXLTableRows InsertRowsAbove(int numberOfRows)
Parameters
numberOfRowsint
Returns
InsertRowsBelow(int)
IXLTableRows InsertRowsBelow(int numberOfRows)
Parameters
numberOfRowsint
Returns
LastRow(Func<IXLTableRow, bool>)
IXLTableRow LastRow(Func<IXLTableRow, bool> predicate = null)
Parameters
predicateFunc<IXLTableRow, bool>
Returns
LastRowUsed(XLCellsUsedOptions, Func<IXLTableRow, bool>)
IXLTableRow LastRowUsed(XLCellsUsedOptions options, Func<IXLTableRow, bool> predicate = null)
Parameters
optionsXLCellsUsedOptionspredicateFunc<IXLTableRow, bool>
Returns
LastRowUsed(Func<IXLTableRow, bool>)
IXLTableRow LastRowUsed(Func<IXLTableRow, bool> predicate = null)
Parameters
predicateFunc<IXLTableRow, bool>
Returns
Row(int)
Rows the specified row.
IXLTableRow Row(int row)
Parameters
rowint1-based row number relative to the first row of this range.
Returns
Rows(Func<IXLTableRow, bool>)
IXLTableRows Rows(Func<IXLTableRow, bool> predicate = null)
Parameters
predicateFunc<IXLTableRow, bool>
Returns
Rows(int, int)
Returns a subset of the rows
IXLTableRows Rows(int firstRow, int lastRow)
Parameters
firstRowintThe first row to return. 1-based row number relative to the first row of this range.
lastRowintThe last row to return. 1-based row number relative to the first row of this range.
Returns
Rows(string)
IXLTableRows Rows(string rows)
Parameters
rowsstring
Returns
RowsUsed(XLCellsUsedOptions, Func<IXLTableRow, bool>)
IXLTableRows RowsUsed(XLCellsUsedOptions options, Func<IXLTableRow, bool> predicate = null)
Parameters
optionsXLCellsUsedOptionspredicateFunc<IXLTableRow, bool>
Returns
RowsUsed(Func<IXLTableRow, bool>)
IXLTableRows RowsUsed(Func<IXLTableRow, bool> predicate = null)
Parameters
predicateFunc<IXLTableRow, bool>