TextFrame.Previous 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 previous object in the collection.
public:
property Microsoft::Office::Interop::Word::TextFrame ^ Previous { Microsoft::Office::Interop::Word::TextFrame ^ get(); void set(Microsoft::Office::Interop::Word::TextFrame ^ value); };
public Microsoft.Office.Interop.Word.TextFrame Previous { get; set; }
member this.Previous : Microsoft.Office.Interop.Word.TextFrame with get, set
Public Property Previous As TextFrame