GrapeCity.Xaml.SpreadSheet.Data
PrintPreset.PrintRange Constructor


GrapeCity.Xaml.SpreadSheet.Data Namespace > PrintPreset.PrintRange Class : PrintPreset.PrintRange Constructor
The index (zero-based).
The count.
Initializes a new instance of the PrintPreset.PrintRange class.
Syntax
'Declaration
 
Public Function New( _
   ByVal index As UShort, _
   ByVal count As UShort _
)
'Usage
 
Dim index As UShort
Dim count As UShort
 
Dim instance As New PrintPreset.PrintRange(index, count)
public PrintPreset.PrintRange( 
   ushort index,
   ushort count
)

Parameters

index
The index (zero-based).
count
The count.
See Also

Reference

PrintPreset.PrintRange Class
PrintPreset.PrintRange Members