SetGridColor Method

Sets the grid color value for the specified grid linetypes and row types.

See Also | Example

Signature

object.SetGridColor(gridLineTypes, rowTypes, pColor)

Object

Table, TableStyle
The object or objects this method applies to.

gridLineTypes

Long; the grid linetypes to change.
A combination of AcGridLineType enum values.

rowTypes

Long; the row types to change.
A combination of AcRowType enum values.

pColor

AcCmColor object
AutoCAD true color object.

 

   Comments?