Spread Silverlight Documentation
PrintPreset.PrintRange Constructor


GrapeCity.Windows.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 System.UShort, _
   ByVal count As System.UShort _
)
'Usage
 
Dim index As System.UShort
Dim count As System.UShort
 
Dim instance As New PrintPreset.PrintRange(index, count)
public PrintPreset.PrintRange( 
   System.ushort index,
   System.ushort count
)

Parameters

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

Reference

PrintPreset.PrintRange Class
PrintPreset.PrintRange Members