FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
TFlexCelImport.RangeSheet Property

Returns the sheet where the range is located. 

A value of 0 means that the range is global to all the workbook.

Pascal
property RangeSheet [index: integer]: integer;
C++
__property int RangeSheet[int index];

Index is 1 based. You can use RangeName (index) to know which name this range represents.

Copyright (c) 2002-2008 TMS Software. All rights reserved.
What do you think about this topic? Send feedback!