SetGridVisibility2 Method

Sets the gridVisibility value for the specified cell.

See Also | Example

Signature

object.SetGridVisibility2 nRow, nCol, nGridLineType, bVisible

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.

bVisible

VARIANT_BOOL; Input-only
The new flag value.

 

   Comments?