FlexGrid for WinForms
PrintGridFlags Enumeration



Contains flags that specify printing options to use with the C1FlexGridBase.PrintGrid method.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum PrintGridFlags 
   Inherits System.Enum
'Usage
 
Dim instance As PrintGridFlags
[Flags()]
public enum PrintGridFlags : System.Enum 
[Flags()]
public enum class PrintGridFlags : public System.Enum 
Members
MemberDescription
ActualSizePrint the grid in actual (screen size). If the grid is too wide to fit on a page, columns spill onto separate pages. If the grid is too tall to fit on a page, rows spill onto additional pages.
ExtendLastColExtend the last column on each printed page.
FitToPageScale the grid so it will fit on a single page (rows and columns).
FitToPageWidthScale the grid so its width will fit on a single page. If the grid is too tall to fit on a page, rows spill onto additional pages.
ShowHighlightShow highlighted selection while printing.
ShowPageSetupDialogShow a page setup dialog before printing so the user can select paper size, orientation, and margins.
ShowPreviewDialogShow a print preview dialog before printing so the user can inspect the document before printing it.
ShowPrintDialogShow a print setup dialog before printing so the user can select the printer to use.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1FlexGrid.PrintGridFlags

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1.Win.C1FlexGrid Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback