FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
TFlexCelImport.IsEmptyRow Method

True when the row contains no cells.

Pascal
function IsEmptyRow(const aRow: integer): boolean;
C++
__fastcall boolean IsEmptyRow(const int aRow);
Parameters 
Description 
const aRow: integer 
Row you want to know is empty (1 based) 

True if the row contains no cells.

IsEmptyRow will return true if all cells on a given row are empty. If there is anything, even a formatted cell with no value, this function will return false.

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