Office.Interop.Excel Assembly: Microsoft.Office.Interop.Excel.dll C# 複製 public Microsoft.Office.Interop.Excel.XlPrintLocation PrintComments { get; set; } Property Value XlPrintLocation Applies to 產品版本 Excel primary interop assembly Latest 意見反映 此頁面有幫助嗎? 是 否 ...
Parameters NameRequired/OptionalData typeDescription EnableChangesOptionalVariantPass aBooleanvalue to specify if the user can change the margins and other page setup options available in print preview. Example This example displays Sheet1 in print preview. ...
Namespace: Microsoft.Office.Interop.Excel Assembly: Microsoft.Office.Interop.Excel.dll C# 複製 public bool PrintObject { get; set; } Property Value Boolean Applies to 產品版本 Excel primary interop assembly Latest 意見反映 此頁面有幫助嗎? 是 否 ...
Excel Assembly: Microsoft.Office.Interop.Excel.dll Shows a preview of the object as it would look when printed. C# 複製 public object PrintPreview (object EnableChanges); Parameters EnableChanges Object True to enable changes. Returns Object Applies to 產品版本 Excel primary interop a...
Excel Assembly: Microsoft.Office.Interop.Excel.dll Returns or sets the print quality. C# 複製 public object PrintQuality[object Index] { get; set; } Parameters Index Object Optional Object. Horizontal print quality (1) or vertical print quality (2). Some printers may not support ...
Excel Assembly: Microsoft.Office.Interop.Excel.dll Returns or sets the columns that contain the cells to be repeated on the left side of each page as a string in A1-style notation in the language of the macro. C# 複製 public string PrintTitleColumns { get; set; } Property Val...
Microsoft.Office.Tools.Excel.v4.0.Utilities.dll Shows a preview of the worksheet as it would look when printed. C# publicvoidPrintPreview(objectenableChanges); Parameters enableChanges Object Examples The following code example uses thePrintPreviewmethod to display a print preview of the current works...
Microsoft.Office.Tools.Excel.v4.0.Utilities.dll Shows a preview of the object as it would look when printed. C# publicvoidPrintPreview(objectenableChanges); Parameters enableChanges Object trueto allow changes to the margins and page setup while displaying the print preview; otherwise,false. ...
Parameters gridlines Type: bool Parametersgridlines : A Boolean value that determines if gridlines are displayed in Excel files converted to TIFF. True: Gridlines are included in the converted image. False: Gridlines are not shown in the converted image. ReturnsAlways True. LevelPage level. Det...
Multiple rendering modes enable rendering the same page with different parameters. For instance, a preview rendition can be followed by a full rendition with different resolutions, media sizes, clip paths, and transforms. Power to customize Enable...