SetCellAlignment Method |
Sets the cell alignment for the specified row and column.
Signature
object.SetCellAlignment(row, col, cellAlignment)
Object
Table
The object or objects this method applies to.
row
Long; the zero-based row index for the cell
col
Long; the zero-based column index for the cell
cellAlignment
AcCellAlignment enum; the cell alignment
acBottomCenter
acBottomLeft
acBottomRight
acMiddleCenter
acMiddleLeft
acMiddleRight
acTopCenter
acTopLeft
acTopRight
Comments? |