Interface IXLPrintAreas
public interface IXLPrintAreas : IEnumerable<IXLRange>, IEnumerable
- Inherited Members
- Extension Methods
Methods
Add(IXLAddress, IXLAddress)
Adds a range to the print areas.
void Add(IXLAddress firstCellAddress, IXLAddress lastCellAddress)
Parameters
firstCellAddressIXLAddressThe first cell address.
lastCellAddressIXLAddressThe last cell address.
Add(int, int, int, int)
Adds a range to the print areas.
void Add(int firstCellRow, int firstCellColumn, int lastCellRow, int lastCellColumn)
Parameters
firstCellRowintThe first cell row.
firstCellColumnintThe first cell column.
lastCellRowintThe last cell row.
lastCellColumnintThe last cell column.
Add(string)
Adds a range to the print areas.
void Add(string rangeAddress)
Parameters
rangeAddressstringThe range address to add.
Add(string, string)
Adds a range to the print areas.
void Add(string firstCellAddress, string lastCellAddress)
Parameters
Clear()
Removes the print areas from the worksheet.
void Clear()