GetGridLineStyle Method

Get a cell's gridLineStyle.

See Also | Example

Signature

RetVal = object.GetGridLineStyle nRow, nCol, nGridLineType

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.

RetVal

AcGridLineStyle
The cell's gridLineStyle.

 

   Comments?