Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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