GetGridColor Method |
Returns the grid color value for a grid linetype and row type.
Signature
RetVal = object.GetGridColor(gridLineType, rowType)
Object
Table,
TableStyle
The object or objects this method applies to.
gridLineType
AcGridLineType enum; the type of the grid line
acHorzBottom |
Top or bottom horizontal grid line, based on the flow direction. |
acHorzInside |
All horizontal grid lines, excluding the top and bottom lines. |
acHorzTop |
Top or bottom horizontal grid line, based on the flow direction. |
acInvalidGridLine |
An invalid grid line. |
acVertInside |
All the vertical grid lines, excluding the farthest left and farthest right grid lines. |
acVertLeft |
Farthest left grid line. |
acVertRight |
Farthest right grid line. |
rowType
AcRowType enum; the row type
acDataRow
acHeaderRow
acTitleRow
acUnknownRow
RetVal
AcCmColor object
AutoCAD true color object.
Comments? |