Table of Contents

XlsFile.GetObjectsInRange Method

Returns a list with all the objects that are completely inside a range of cells.

Syntax

Namespace: FlexCel.XlsAdapter

public override void GetObjectsInRange(TXlsCellRange range, TExcelObjectList objectsInRange)

Parameters

<-> Parameter Type Description
range TXlsCellRange Range of cells where we want to find the objects.
objectsInRange TExcelObjectList In this list we will add all the objects found. Note that the objects will be added to the list, so if you want just the objects in this range, make sure you clear the list before calling this method.

See also