TaskDatabaseHelperIsRowEmpty Method |
Returns true if a row of an Excel worksheet is empty
Namespace: Seal.HelpersAssembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
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