Spread WPF 18
GrapeCity.Spreadsheet.Data Namespace / RangeDataList Class / RangeDataList Constructor
The source of range list.


In This Topic
    RangeDataList Constructor
    In This Topic
    Initializes a new instance of the RangeDataList class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal worksheetReference As WorksheetReference _
    )
    'Usage
     
    Dim worksheetReference As WorksheetReference
     
    Dim instance As New RangeDataList(worksheetReference)
    public RangeDataList( 
       WorksheetReference worksheetReference
    )

    Parameters

    worksheetReference
    The source of range list.
    See Also