Rows.Last Property

Definition

Returns the last item in the Rows collection as a Row object.

public:
 property Microsoft::Office::Interop::Word::Row ^ Last { Microsoft::Office::Interop::Word::Row ^ get(); };
public Microsoft.Office.Interop.Word.Row Last { get; }
member this.Last : Microsoft.Office.Interop.Word.Row
Public ReadOnly Property Last As Row

Property Value

Row

Applies to