Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / Precedents Property


In This Topic
    Precedents Property
    In This Topic
    Returns an IRange object that represents all the precedents of a cell. This can be a multiple selection (a union of Range objects) if there's more than one precedent.
    Syntax
    'Declaration
     
    
    ReadOnly Property Precedents As IRange
    'Usage
     
    
    Dim instance As IRange
    Dim value As IRange
     
    value = instance.Precedents
    IRange Precedents {get;}

    Property Value

    The precedents.
    Remarks
    The Precedents property only works on the active sheet and can not trace remote references.
    See Also