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