SetGridLineStyle Method

Set a cell's gridLineStyle.

See Also | Example

Signature

object.SetGridLineStyle nRow, nCol, nGridLineTypes, nLineStyle

Object

Table
The object this method applies to.

nRow

Integer; Input-only
The value of the row.

nCol

Integer; Input-only
The value of the column.

nGridLineType

AcGridLineType; Input-only
The cell's gridLineType.

nLineStyle

AcGridLineStyle; Input-only
The new gridLineStyle.

 

   Comments?