Share via


Range.Precedents Property

Returns a Range object that represents all the precedents of a cell.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property Precedents As Range
    Get
'Usage
Dim instance As Range
Dim value As Range

value = instance.Precedents
Range Precedents { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.Range

Remarks

This can be a multiple selection (a union of Range objects) if there's more than one precedent.

See Also

Reference

Range Interface

Range Members

Microsoft.Office.Interop.Excel Namespace