GetCellAlignment Method |
Returns the alignment for the cell in the specified row and column.
Signature
RetVal = object.GetCellAlignment(row, col)
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
RetVal
AcCellAlignment enum
acBottomCenter
acBottomLeft
acBottomRight
acMiddleCenter
acMiddleLeft
acMiddleRight
acTopCenter
acTopLeft
acTopRight
Comments? |