Table of Contents

Interface IXLChartsheet

Namespace
SlapKit.Excel.Excel
Assembly
SlapKit.Excel.dll
public interface IXLChartsheet : IXLSheet
Inherited Members
Extension Methods

Properties

PageSetup

Gets an object to manipulate the sheet's print options.

IXLChartsheetPageSetup PageSetup { get; }

Property Value

IXLChartsheetPageSetup

SheetView

Gets an object to manage how the sheet is going to be displayed by Excel.

IXLChartsheetView SheetView { get; }

Property Value

IXLChartsheetView

Methods

CopyTo(XLWorkbook)

IXLChartsheet CopyTo(XLWorkbook workbook)

Parameters

workbook XLWorkbook

Returns

IXLChartsheet

CopyTo(XLWorkbook, string)

Copy a chartsheet from this workbook to a different workbook as a new chartsheet.

IXLChartsheet CopyTo(XLWorkbook workbook, string newSheetName)

Parameters

workbook XLWorkbook

Workbook into which copy this sheet.

newSheetName string

Name of new sheet in the workbook where will the data be copied. Sheet will be in the last position.

Returns

IXLChartsheet

Newly created sheet in the workbook.

CopyTo(XLWorkbook, string, int)

IXLChartsheet CopyTo(XLWorkbook workbook, string newSheetName, int position)

Parameters

workbook XLWorkbook
newSheetName string
position int

Returns

IXLChartsheet

CopyTo(string)

IXLChartsheet CopyTo(string newSheetName)

Parameters

newSheetName string

Returns

IXLChartsheet

CopyTo(string, int)

IXLChartsheet CopyTo(string newSheetName, int position)

Parameters

newSheetName string
position int

Returns

IXLChartsheet