Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / CellRange Class / CellRange Constructor / CellRange Constructor(RangeReference)
The range.


In This Topic
    CellRange Constructor(RangeReference)
    In This Topic
    Initializes a new instance of the CellRange class. Internal use only.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal range As RangeReference _
    )
    'Usage
     
    
    Dim range As RangeReference
     
    Dim instance As New CellRange(range)
    public CellRange( 
       RangeReference range
    )

    Parameters

    range
    The range.
    See Also