Sets the grid lineweight value for an edge of the specified row and column.
Supported platforms: Windows only
VBA:
object.SetCellGridLineWeight row, col, edges, Lineweight
Type: Table
The object 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: AcCellEdgeMask enum
The cell edges.
Access: Input-only
Type: ACAD_LWEIGHT enum
The lineweight to apply to the cell grid.
No return value.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available