Interface IXLRangeRows
public interface IXLRangeRows : IEnumerable<IXLRangeRow>, IEnumerable
- Inherited Members
- Extension Methods
Properties
Style
IXLStyle Style { get; set; }
Property Value
Methods
Add(IXLRangeRow)
Adds a row range to this group.
void Add(IXLRangeRow rowRange)
Parameters
rowRangeIXLRangeRowThe row range to add.
Cells()
Returns the collection of cells.
IXLCells Cells()
Returns
CellsUsed()
Returns the collection of cells that have a value.
IXLCells CellsUsed()
Returns
CellsUsed(XLCellsUsedOptions)
Returns the collection of cells that have a value.
IXLCells CellsUsed(XLCellsUsedOptions options)
Parameters
optionsXLCellsUsedOptionsThe options to determine whether a cell is used.
Returns
Clear(XLClearOptions)
Clears the contents of these rows.
IXLRangeRows Clear(XLClearOptions clearOptions = XLClearOptions.All)
Parameters
clearOptionsXLClearOptionsSpecify what you want to clear.
Returns
Delete()
Deletes all rows and shifts the rows below them accordingly.
void Delete()
Select()
void Select()