Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / PrintPreset.PrintRange Class / PrintPreset.PrintRange Constructor
The index (zero-based).
The count.


In This Topic
    PrintPreset.PrintRange Constructor
    In This Topic
    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