| TaskDatabaseHelperIsRowEmpty Method | 
Namespace: Seal.HelpersAssembly: SealLibrary (in SealLibrary.dll) Version: 8.3.0.0+c4d725cbae26375217e6c77c92a07fffaea6377d
 Syntax
Syntaxpublic bool IsRowEmpty(
	ExcelWorksheet worksheet,
	int row,
	int startCol,
	int colCount
)
Parameters
- worksheet  ExcelWorksheet
-  
- row  Int32
-  
- startCol  Int32
-  
- colCount  Int32
-  
Return Value
Boolean See Also
See Also