FlexGrid for WinForms
PrintGridFlags Property



Gets or sets the flags that specify printing options to use with the PrintGrid(String,PrintGridFlags) method. See the PrintGridFlags enumeration for details.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property PrintGridFlags As PrintGridFlags
'Usage
 
Dim instance As GridPrinter
Dim value As PrintGridFlags
 
instance.PrintGridFlags = value
 
value = instance.PrintGridFlags
[DefaultValue()]
public PrintGridFlags PrintGridFlags {get; set;}
[DefaultValue()]
public:
property PrintGridFlags PrintGridFlags {
   PrintGridFlags get();
   void set (    PrintGridFlags value);
}
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

GridPrinter Class
GridPrinter Members

 

 


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

Send Feedback