SetGridVisibility Method

Sets the grid visibility value for the specified grid linetype and row types.

See Also | Example

Signature

object.SetGridVisibility(gridLineTypes, rowTypes, bValue)

Object

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

gridLineTypes

Long; the grid linetypes to change.
This parameter is a combination of AcGridLineType enum values.

rowTypes

Long; the row types to change.
This parameter is a combination of AcRowType enum values.

bValue

Boolean; the grid visibility value.

 

   Comments?