GetGridVisibility Method

Returns a grid visibility value for the specifed grid linetype and row type.

See Also | Example

Signature

RetVal = object.GetGridVisibility(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

Boolean; the value specifying the grid visibility value for the specifed grid linetype and row type.

 

   Comments?