Winnovative Excel Library

ExcelChartWorksheetPageSetup Class

Winnovative Excel Library Documentation
Represents the chart worksheet page setup
Inheritance Hierarchy

SystemObject
  Winnovative.ExcelLibExcelPageSetup
    Winnovative.ExcelLibExcelChartWorksheetPageSetup

Namespace:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public class ExcelChartWorksheetPageSetup : ExcelPageSetup

The ExcelChartWorksheetPageSetup type exposes the following members.

Properties

  NameDescription
Public propertyBackgroundPicture
Gets or sets the background picture of the worksheet.
Public propertyBottomMargin
Gets or sets the bottom margin size in inches.
(Inherited from ExcelPageSetup.)
Public propertyCenterFooterFormat
Gets or sets the format of the center part of the footer. Formatting and VBA codes for headers and footers are below. &L - Left aligns the characters that follow. &C - Centers the characters that follow. &R - Right aligns the characters that follow. &E - Turns double-underline printing on or off. &X - Turns superscript printing on or off. &Y - Turns subscript printing on or off. &B - Turns bold printing on or off. &I - Turns italic printing on or off. &U - Turns underline printing on or off. &S - Turns strikethrough printing on or off. &"fontname" - Prints the characters that follow in the specified font. Be sure to include the double quotation marks. &nn - Prints the characters that follow in the specified font size. Use a two-digit number to specify a size in points. &color - Prints the characters in the specified color. User supplies a hexidecimal color value. &D - Prints the current date. &T - Prints the current time. &F - Prints the name of the document. &A - Prints the name of the workbook tab. &P - Prints the page number. &P+number - Prints the page number plus the specified number. &P-number - Prints the page number minus the specified number. && - Prints a single ampersand. &N - Prints the total number of pages in the document. &Z - Prints the file path. &G - Inserts an image.
(Inherited from ExcelPageSetup.)
Public propertyCenterFooterPicture
Gets or sets the image displayed in the center part of the footer.
(Inherited from ExcelPageSetup.)
Public propertyCenterHeaderFormat
Gets or sets the format the center part of the header. Formatting and VBA codes for headers and footers are below. &L - Left aligns the characters that follow. &C - Centers the characters that follow. &R - Right aligns the characters that follow. &E - Turns double-underline printing on or off. &X - Turns superscript printing on or off. &Y - Turns subscript printing on or off. &B - Turns bold printing on or off. &I - Turns italic printing on or off. &U - Turns underline printing on or off. &S - Turns strikethrough printing on or off. &"fontname" - Prints the characters that follow in the specified font. Be sure to include the double quotation marks. &nn - Prints the characters that follow in the specified font size. Use a two-digit number to specify a size in points. &color - Prints the characters in the specified color. User supplies a hexidecimal color value. &D - Prints the current date. &T - Prints the current time. &F - Prints the name of the document. &A - Prints the name of the workbook tab. &P - Prints the page number. &P+number - Prints the page number plus the specified number. &P-number - Prints the page number minus the specified number. && - Prints a single ampersand. &N - Prints the total number of pages in the document. &Z - Prints the file path. &G - Inserts an image.
(Inherited from ExcelPageSetup.)
Public propertyCenterHeaderPicture
Gets or sets the image displayed in the center part of the header.
(Inherited from ExcelPageSetup.)
Public propertyCenterHorizontally
Gets or sets indicating if the sheet is centered horizonally.
(Inherited from ExcelPageSetup.)
Public propertyCenterVertically
Gets or sets indicating if the sheet is centered vertically.
(Inherited from ExcelPageSetup.)
Public propertyFooterMargin
Gets or sets the distance from the bottom of the page to the footer in inches.
(Inherited from ExcelPageSetup.)
Public propertyHeaderMargin
Gets or sets the distance from the top of the page to the header in inches.
(Inherited from ExcelPageSetup.)
Public propertyLeftFooterFormat
Gets or sets the format of the left part of the footer. Formatting and VBA codes for headers and footers are below. &L - Left aligns the characters that follow. &C - Centers the characters that follow. &R - Right aligns the characters that follow. &E - Turns double-underline printing on or off. &X - Turns superscript printing on or off. &Y - Turns subscript printing on or off. &B - Turns bold printing on or off. &I - Turns italic printing on or off. &U - Turns underline printing on or off. &S - Turns strikethrough printing on or off. &"fontname" - Prints the characters that follow in the specified font. Be sure to include the double quotation marks. &nn - Prints the characters that follow in the specified font size. Use a two-digit number to specify a size in points. &color - Prints the characters in the specified color. User supplies a hexidecimal color value. &D - Prints the current date. &T - Prints the current time. &F - Prints the name of the document. &A - Prints the name of the workbook tab. &P - Prints the page number. &P+number - Prints the page number plus the specified number. &P-number - Prints the page number minus the specified number. && - Prints a single ampersand. &N - Prints the total number of pages in the document. &Z - Prints the file path. &G - Inserts an image.
(Inherited from ExcelPageSetup.)
Public propertyLeftFooterPicture
Gets or sets the image displayed in the left part of the footer.
(Inherited from ExcelPageSetup.)
Public propertyLeftHeaderFormat
Gets or sets the format of the left part of the header. Formatting and VBA codes for headers and footers are below. &L - Left aligns the characters that follow. &C - Centers the characters that follow. &R - Right aligns the characters that follow. &E - Turns double-underline printing on or off. &X - Turns superscript printing on or off. &Y - Turns subscript printing on or off. &B - Turns bold printing on or off. &I - Turns italic printing on or off. &U - Turns underline printing on or off. &S - Turns strikethrough printing on or off. &"fontname" - Prints the characters that follow in the specified font. Be sure to include the double quotation marks. &nn - Prints the characters that follow in the specified font size. Use a two-digit number to specify a size in points. &color - Prints the characters in the specified color. User supplies a hexidecimal color value. &D - Prints the current date. &T - Prints the current time. &F - Prints the name of the document. &A - Prints the name of the workbook tab. &P - Prints the page number. &P+number - Prints the page number plus the specified number. &P-number - Prints the page number minus the specified number. && - Prints a single ampersand. &N - Prints the total number of pages in the document. &Z - Prints the file path. &G - Inserts an image.
(Inherited from ExcelPageSetup.)
Public propertyLeftHeaderPicture
Gets or sets the image displayed in the left part of the header.
(Inherited from ExcelPageSetup.)
Public propertyLeftMargin
Gets or sets the left margin size in inches.
(Inherited from ExcelPageSetup.)
Public propertyOrientation
Gets or sets the page orientation to portrait or landscape mode.
(Inherited from ExcelPageSetup.)
Public propertyPaperSize
Gets or sets the page paper size.
(Inherited from ExcelPageSetup.)
Public propertyPrintBlackAndWhite
Gets or sets a flag indicating if the page will be printed in black and white.
(Inherited from ExcelPageSetup.)
Public propertyPrintCopiesNumber
Gets or sets the number of copies to print.
(Inherited from ExcelPageSetup.)
Public propertyPrintDraftMode
Gets or sets a flag indicating if the page will be printed in draft mode.
(Inherited from ExcelPageSetup.)
Public propertyPrintFirstPageNumber
Gets or sets the first page number printing. This property has effect if the PrintFirstPageNumberAuto is false.
(Inherited from ExcelPageSetup.)
Public propertyPrintFirstPageNumberAuto
Gets or sets a flag indicating if the first page number is automatically selected by Excel viewer. If this property is false the first page number is given by the PrintFirstPageNumber property.
(Inherited from ExcelPageSetup.)
Public propertyPrintOrder
Gets or sets the order used to number pages when printing a large worksheet.
(Inherited from ExcelPageSetup.)
Public propertyPrintQuality
Gets or sets the print quality in dpi.
(Inherited from ExcelPageSetup.)
Public propertyRightFooterFormat
Gets or sets the format of the right part of the footer. Formatting and VBA codes for headers and footers are below. &L - Left aligns the characters that follow. &C - Centers the characters that follow. &R - Right aligns the characters that follow. &E - Turns double-underline printing on or off. &X - Turns superscript printing on or off. &Y - Turns subscript printing on or off. &B - Turns bold printing on or off. &I - Turns italic printing on or off. &U - Turns underline printing on or off. &S - Turns strikethrough printing on or off. &"fontname" - Prints the characters that follow in the specified font. Be sure to include the double quotation marks. &nn - Prints the characters that follow in the specified font size. Use a two-digit number to specify a size in points. &color - Prints the characters in the specified color. User supplies a hexidecimal color value. &D - Prints the current date. &T - Prints the current time. &F - Prints the name of the document. &A - Prints the name of the workbook tab. &P - Prints the page number. &P+number - Prints the page number plus the specified number. &P-number - Prints the page number minus the specified number. && - Prints a single ampersand. &N - Prints the total number of pages in the document. &Z - Prints the file path. &G - Inserts an image.
(Inherited from ExcelPageSetup.)
Public propertyRightFooterPicture
Gets or sets the image displayed in the right part of the footer.
(Inherited from ExcelPageSetup.)
Public propertyRightHeaderFormat
Gets or sets the format of the right part of the header. Formatting and VBA codes for headers and footers are below. &L - Left aligns the characters that follow. &C - Centers the characters that follow. &R - Right aligns the characters that follow. &E - Turns double-underline printing on or off. &X - Turns superscript printing on or off. &Y - Turns subscript printing on or off. &B - Turns bold printing on or off. &I - Turns italic printing on or off. &U - Turns underline printing on or off. &S - Turns strikethrough printing on or off. &"fontname" - Prints the characters that follow in the specified font. Be sure to include the double quotation marks. &nn - Prints the characters that follow in the specified font size. Use a two-digit number to specify a size in points. &color - Prints the characters in the specified color. User supplies a hexidecimal color value. &D - Prints the current date. &T - Prints the current time. &F - Prints the name of the document. &A - Prints the name of the workbook tab. &P - Prints the page number. &P+number - Prints the page number plus the specified number. &P-number - Prints the page number minus the specified number. && - Prints a single ampersand. &N - Prints the total number of pages in the document. &Z - Prints the file path. &G - Inserts an image.
(Inherited from ExcelPageSetup.)
Public propertyRightHeaderPicture
Gets or sets the image displayed in the right part of the header.
(Inherited from ExcelPageSetup.)
Public propertyRightMargin
Gets or sets the right margin size in inches.
(Inherited from ExcelPageSetup.)
Public propertyTopMargin
Gets or sets the top margin size in inches.
(Inherited from ExcelPageSetup.)
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference