var instance = new GC.Spread.Sheets.Print.PrintInfo();
function PrintInfo;
var instance = new GC.Spread.Sheets.Print.PrintInfo();
function PrintInfo;
Object
GC.Spread.Sheets.Print.PrintInfo
Name | Description | |
---|---|---|
PrintInfo Constructor | Represents the information to use when printing a Worksheet. |
Name | Description | |
---|---|---|
bestFitColumns | Gets or sets whether column widths are adjusted to fit the longest text width for printing. | |
bestFitRows | Gets or sets whether row heights are adjusted to fit the tallest text height for printing. | |
blackAndWhite | Gets or sets whether to print in black and white. | |
centering | Gets or sets how the printed page is centered. | |
columnEnd | Gets or sets the last column to print when printing a cell range. | |
columnStart | Gets or sets the first column to print when printing a cell range. | |
firstPageNumber | Gets or sets the page number to print on the first page. | |
fitPagesTall | Gets or sets the number of vertical pages to check when optimizing printing. | |
fitPagesWide | Gets or sets the number of horizontal pages to check when optimizing the printing. | |
footerCenter | Gets or sets the text and format of the center footer on printed pages. | |
footerCenterImage | Gets or sets the image for the center section of the footer. | |
footerLeft | Gets or sets the text and format of the left footer on printed pages. | |
footerLeftImage | Gets or sets the image for the left section of the footer. | |
footerRight | Gets or sets the text and format of the right footer on printed pages. | |
footerRightImage | Gets or sets the image for the right section of the footer. | |
headerCenter | Gets or sets the text and format of the center header on printed pages. | |
headerCenterImage | Gets or sets the image for the center section of the header. | |
headerLeft | Gets or sets the text and format of the left header on printed pages. | |
headerLeftImage | Gets or sets the image for the left section of the header. | |
headerRight | Gets or sets the text and format of the right header on printed pages. | |
headerRightImage | Gets or sets the image for the right section of the header. | |
margin | Gets or sets the margins for printing, in hundredths of an inch. | |
orientation | Gets or sets the page orientation used for printing. | |
pageOrder | Gets or sets the order in which pages print. | |
pageRange | Gets or sets the page range for printing. | |
paperSize | Gets or sets the paper size for printing. | |
qualityFactor | Gets or sets the quality factor for printing. | |
repeatColumnEnd | Gets or sets the last column of a range of columns to print on the left of each page. | |
repeatColumnStart | Gets or sets the first column of a range of columns to print on the left of each page. | |
repeatRowEnd | Gets or sets the last row of a range of rows to print at the top of each page. | |
repeatRowStart | Gets or sets the first row of a range of rows to print at the top of each page. | |
rowEnd | Gets or sets the last row to print when printing a cell range. | |
rowStart | Gets or sets the first row to print when printing a cell range. | |
showBorder | Gets or sets whether to print an outline border around the entire control. | |
showColumnHeader | Gets or sets whether to print the column header. | |
showGridLine | Gets or sets whether to print the grid lines. | |
showRowHeader | Gets or sets whether to print the row header. | |
useMax | Gets or sets whether to print only rows and columns that contain data. | |
zoomFactor | Gets or sets the zoom factor used for printing. |