GetGridColor2 Method |
Gets the gridColor for the specified cell.
Signature
RetVal = object.GetGridColor2 nRow, nCol, nGridLineType
Object
Table,
TableStyle
The objects this method applies to.
nRow
Integer; Input-only
The row number of the cell to set.
nCol
Integer; Input-only
The column number of the cell to set.
nGridLineType
AcGridLineType; Input-only
The grid line type to check.
RetVal
AcCmColor object
The pointer which stores a reference to the color.
Comments? |