Sets the grid color for the specified cell.
Supported platforms: Windows only
VBA:
object.SetGridColor2 nRow, nCol, nGridLineType, pColor
Type: Table, TableStyle
The objects this method applies to.
Access: Input-only
Type: Long
The row number of the cell to set.
Access: Input-only
Type: Long
The column number of the cell to set
Access: Input-only
Type: AcGridLineType enum
The grid linetypes to change.
Access: Input-only
Type: AcCmColor
The AutoCAD true color object to assign to the grid.
No return value.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available