SpreadsheetGear 2017
CommandPrint Class
Members 






SpreadsheetGear.Commands Namespace : CommandPrint Class
Provides the base class for commands that print.
Object Model
CommandPrint Class
Syntax
'Declaration
 
Public MustInherit Class CommandPrint 
   Inherits Command
'Usage
 
Dim instance As CommandPrint
public abstract class CommandPrint : Command 
public class CommandPrint = class(Command)abstract; 
public abstract class CommandPrint extends Command
public __gc abstract class CommandPrint : public Command 
public ref class CommandPrint abstract : public Command 
Inheritance Hierarchy

System.Object
   SpreadsheetGear.Commands.Command
      SpreadsheetGear.Commands.CommandPrint
         SpreadsheetGear.Windows.Controls.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.Commands Namespace
Command Class
CommandManager Class