Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcExternalRangeIdentity Class / CalcExternalRangeIdentity Constructor / CalcExternalRangeIdentity Constructor(ICalcSource)
The owner which contains the cell range.


In This Topic
    CalcExternalRangeIdentity Constructor(ICalcSource)
    In This Topic
    Initializes a new instance of the CalcRangeIdentity class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal source As ICalcSource _
    )
    'Usage
     
    Dim source As ICalcSource
     
    Dim instance As New CalcExternalRangeIdentity(source)
    public CalcExternalRangeIdentity( 
       ICalcSource source
    )

    Parameters

    source
    The owner which contains the cell range.
    See Also