TXlsCellRange.HasCol Method
True if the specified column is in the range
Syntax
Namespace: FlexCel.Core
public Boolean HasCol(Int32 col)
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
col | Int32 | Column we want to know if is on the range. |
True if the specified column is in the range
Namespace: FlexCel.Core
public Boolean HasCol(Int32 col)
<-> | Parameter | Type | Description |
---|---|---|---|
col | Int32 | Column we want to know if is on the range. |