For a 64-Bit system, sets an object from a cell with a specific gridLineType. (Obsolete)
Supported platforms: Windows only
VBA:
object.SetGridLinetype32 nRow, nCol, nGridLineType, idLinetype
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: AcGridLineType enum
The grid linetypes to change.
Access: Input-only
Type: Long
The point which references the new linetype.
No return value.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available