Range.Top Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.