Range.Top Property

Definition

Returns the distance, in points, from the top edge of row 1 to the top edge of the range.

public:
 property System::Object ^ Top { System::Object ^ get(); };
public object Top { get; }
Public ReadOnly Property Top As Object

Property Value

Remarks

If the range is noncontiguous, the first area is used. If the range is more than one row high, the top (lowest numbered) row in the range is used.

Applies to