Cell.Previous Property
Returns the previous object in the collection.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Previous As Cell
Get
'Usage
Dim instance As Cell
Dim value As Cell
value = instance.Previous
Cell Previous { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Cell