Returns the grid visibility value for an edge of the specified row and column.
Supported platforms: Windows only
VBA:
RetVal = object.GetCellGridVisibility(row, col, edge)
Type: Table
The object this method applies to.
Access: Input-only
Type: Long
The row in the table.
Access: Input-only
Type: Long
The column in the table.
Access: Input-only
Type: AcCellEdgeMask enum
Type: Boolean
No additional remarks.
VBA:
Not available
Visual LISP:
Not available