Table.TableDirection Property
Returns or sets the direction in which the table cells are ordered. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property TableDirection As PpDirection
Get
Set
'Usage
Dim instance As Table
Dim value As PpDirection
value = instance.TableDirection
instance.TableDirection = value
PpDirection TableDirection { get; set; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.PpDirection
Remarks
The default value of the TableDirection property is ppDirectionLeftToRight, unless the LanguageSettings property or the DefaultLanguageID property is set to a right-to-left language, in which case the default value is ppDirectionRightToLeft.
The value of the TableDirection property can be one of the following PpDirection constants: