Sets the line spacing value for the specified cell.
Supported platforms: Windows only
VBA:
object.SetGridDoubleLineSpacing nRow, nCol, nGridLineType, fSpacing
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: Double
The new spacing value.
No return value.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available