SpreadsheetGear 2017
CommandPrint Class
Members 






SpreadsheetGear.Windows.Forms Namespace : CommandPrint Class
Represents the default print command for Windows Forms.
Object Model
CommandPrint Class
Syntax
'Declaration
 
Public Class CommandPrint 
   Inherits SpreadsheetGear.Commands.CommandPrint
'Usage
 
Dim instance As CommandPrint
public class CommandPrint : SpreadsheetGear.Commands.CommandPrint 
public class CommandPrint = class(SpreadsheetGear.Commands.CommandPrint)
public class CommandPrint extends SpreadsheetGear.Commands.CommandPrint
public __gc class CommandPrint : public SpreadsheetGear.Commands.CommandPrint 
public ref class CommandPrint : public SpreadsheetGear.Commands.CommandPrint 
Remarks
Extend this class to provide a custom print command.
Inheritance Hierarchy

System.Object
   SpreadsheetGear.Commands.Command
      SpreadsheetGear.Commands.CommandPrint
         SpreadsheetGear.Windows.Forms.CommandPrint

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

CommandPrint Members
SpreadsheetGear.Windows.Forms Namespace
Command Class
CommandManager Class