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

Returns the second column for a named range, and allows you to modify it.

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

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

 

Note that ranges might be complex and not just rectangular blocks. For example, "=a1 + 3" is a valid definition for a named range. In those cases, the value of this property is not defined.

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