Table of Contents

Interface IXLRangeColumns

Namespace
SlapKit.Excel.Excel
Assembly
SlapKit.Excel.dll
public interface IXLRangeColumns : IEnumerable<IXLRangeColumn>, IEnumerable
Inherited Members
Extension Methods

Properties

Style

IXLStyle Style { get; set; }

Property Value

IXLStyle

Methods

Add(IXLRangeColumn)

Adds a column range to this group.

void Add(IXLRangeColumn columRange)

Parameters

columRange IXLRangeColumn

The column range to add.

Cells()

Returns the collection of cells.

IXLCells Cells()

Returns

IXLCells

CellsUsed()

Returns the collection of cells that have a value.

IXLCells CellsUsed()

Returns

IXLCells

CellsUsed(XLCellsUsedOptions)

Returns the collection of cells that have a value.

IXLCells CellsUsed(XLCellsUsedOptions options)

Parameters

options XLCellsUsedOptions

The options to determine whether a cell is used.

Returns

IXLCells

Clear(XLClearOptions)

Clears the contents of these columns.

IXLRangeColumns Clear(XLClearOptions clearOptions = XLClearOptions.All)

Parameters

clearOptions XLClearOptions

Specify what you want to clear.

Returns

IXLRangeColumns

Delete()

Deletes all columns and shifts the columns at the right of them accordingly.

void Delete()

Select()

void Select()