Click or drag to resize

ExcelHelperIsRowEmpty Method

Returns true if all cells of the worksheet row are empty in the given column range

Namespace: Seal.Helpers
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public static bool IsRowEmpty(
	ExcelWorksheet worksheet,
	int row,
	int startCol,
	int colCount
)

Parameters

worksheet  ExcelWorksheet
 
row  Int32
 
startCol  Int32
 
colCount  Int32
 

Return Value

Boolean
See Also