Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Chunk Structure / Chunk Constructor
The start index.
The end index.


In This Topic
    Chunk Constructor
    In This Topic
    Initializes a new instance of the Chunk structure from the specified values.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal index As Integer, _
       ByVal index2 As Integer _
    )
    'Usage
     
    
    Dim index As Integer
    Dim index2 As Integer
     
    Dim instance As New Chunk(index, index2)
    public Chunk( 
       int index,
       int index2
    )

    Parameters

    index
    The start index.
    index2
    The end index.
    See Also