GetCellGridVisibility Method

Returns the grid visibility value for an edge of the specified row and column.

See Also | Example

Signature

RetVal = object.GetCellGridVisibility(row, col, edge)

Object

Table
The object or objects this method applies to.

row

Long; the row

col

Long; the column

edge

AcCellEdgeMask enum

acBottomMask

Bottom edge index of the cell.

acTopMask

Top edge index of the cell.

acLeftMask

Left edge index of the cell.

acRightMask

Right edge index of the cell.

RetVal

Boolean

 

   Comments?