Table of Contents

TXlsCellRange.HasCol Method

True if the specified column is in the range

Syntax

Unit: FlexCel.Core

function TXlsCellRange.HasCol(const col: Integer): Boolean;

Parameters

<-> Parameter Type Description
const col Integer Column we want to know if is on the range.

See also