Sets the grid visibility value for the specified cell or cell style.
Supported platforms: Windows only
VBA:
object.SetGridVisibility2 nRow, nCol, nGridLineType, bVisible
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: Boolean
VBA:
object.SetGridVisibility2 bstrCellStyle, gridLineType, bValue
Type: TableStyle
The object this method applies to.
Access: Input-only
Type: String
A named cell style in the table style.
Access: Input-only
Type: AcGridLineType enum
The grid linetypes to change.
Access: Input-only
Type: Boolean
No return value.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available