Rows.First Property

Definition

Returns a Row object that represents the first item in the Rows collection.

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

Property Value

Row

Applies to