FlowDirection Property |
Specifies whether the title and header rows are at the bottom or the top of the table.
Signature
object.FlowDirection
Object
Table,
TableStyle
The object or objects this property applies to.
FlowDirection
AcTableDirection enum; read-write. Specify one of the following constants for the location of the title and header rows.
acTableBottomToTop |
Table flow direction of bottom to top; value = 1 |
acTableTopToBottom |
Table flow direction of top to bottom (default); value = 0 |
Comments? |