Table.LastRow Property
Determines whether to display special formatting for the last row of the specified table. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property LastRow As Boolean
Get
Set
'Usage
Dim instance As Table
Dim value As Boolean
value = instance.LastRow
instance.LastRow = value
bool LastRow { get; set; }
Property Value
Type: System.Boolean