Table of Contents

TLoopOverUsedRangeParameters Class

This class contains the parameters passed in ExcelFile.LoopOverUsedRange

Syntax

Namespace: FlexCel.Core

public class TLoopOverUsedRangeParameters

Constructors

Name Description
TLoopOverUsed​Range​Parameters Creates a new class with the given parameters.

Properties

Name Description
Abort Set this value to true to abort the loop and exit early.
Col Column where the value is (1-based).
Row Row where the value is (1-based).
Value Value of the cell at (Row, Column).