C# Class Microsoft.Protocols.TestSuites.MS_OXCFXICS.RangeCommand

Represent a range command.
Inheritance: Command
Datei anzeigen Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
RangeCommand ( byte command, byte lowValue, byte highValue ) : System

Initializes a new instance of the RangeCommand class.

Method Details

RangeCommand() public method

Initializes a new instance of the RangeCommand class.
public RangeCommand ( byte command, byte lowValue, byte highValue ) : System
command byte The command byte.
lowValue byte Variable length byte array of low-order values for GLOBCNT generation.
highValue byte Variable length byte array of high-order values for GLOBCNT generation.
return System