Interface IXLChartsheet
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
SheetView
Gets an object to manage how the sheet is going to be displayed by Excel.
IXLChartsheetView SheetView { get; }
Property Value
Methods
CopyTo(XLWorkbook)
IXLChartsheet CopyTo(XLWorkbook workbook)
Parameters
workbookXLWorkbook
Returns
CopyTo(XLWorkbook, string)
Copy a chartsheet from this workbook to a different workbook as a new chartsheet.
IXLChartsheet CopyTo(XLWorkbook workbook, string newSheetName)
Parameters
workbookXLWorkbookWorkbook into which copy this sheet.
newSheetNamestringName of new sheet in the
workbookwhere 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
workbookXLWorkbooknewSheetNamestringpositionint
Returns
CopyTo(string)
IXLChartsheet CopyTo(string newSheetName)
Parameters
newSheetNamestring
Returns
CopyTo(string, int)
IXLChartsheet CopyTo(string newSheetName, int position)