GetCellGridColor Method

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

See Also | Example

Signature

RetVal = object.GetCellGridColor(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

AcCmColor object
AutoCAD true color object.

 

   Comments?