Gets the grid lineweight value for the specified cell.
Supported platforms: Windows only
VBA:
RetVal = object.GetGridLineWeight2(nRow, nCol, nGridLineType)
Type: Table, TableStyle
The objects this method applies to.
Access: Input-only
Type: Integer
The row number of the cell to set.
Access: Input-only
Type: Integer
The column number of the cell to set.
Access: Input-only
Type: AcGridLineType enum
The grid line type to check.
Type: ACAD_LWEIGHT enum
No additional remarks.
VBA:
Not available
Visual LISP:
Not available